JQuery is a lightweight JavaScript library and can be downloaded from http://www.jquery.com. The jQuery library is also included in the Scripts folder of the Visual Studio ASP.NET MVC template. To reference the Jquery script library, add the following markup at the end of the head element in Site.Master:
You can increase the performance by replacing above Script with google AJAX Libraries.
Google AJAX Libraries can be found here http://code.google.com/apis/ajaxlibs/ Now, i will modify my pre...
No comments yet, be the first one to post comment.