Author: Stephen Walther on ASP.NET | Posted on: 10/5/2010 4:02:24 PM | Views : 964

The beta version of the jQuery Templates plugin is now hosted on the Microsoft Ajax CDN. You can start using the jQuery Templates plugin in your application by referencing both jQuery 1.4.2 and jQuery Templates from the CDN. Here are the two script tags that you will want to use when developing an application: <script type="text/javascript" src=" http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.js "></script> <script type="text/javascript" src=" http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js "></script> In addition, minified versions of both files are available from the CDN: <script type="text/javascript" src=" http://ajax.microsoft.com/ajax/jquery/jquery-1...(read more) ...

Go to the complete details ...