What are the steps you need to follow to use jQuery in ASP.Net project?

 Posted by Virendradugar on 11/25/2009 | Category: jQuery Interview questions | Views: 9878
Answer:

It's really simple. One just need to add reference of javascript file(.js). Go to Jquery.com and download the latest version of jQuery. When download is completed, there is a "jQuery-1.3.2.js" in the folder. Include this file

<script src="_scripts/jQuery-1.3.2.js" type="text/javascript"></script>

and you good to go now for JQuery.

Note : 1.3.2 denotes the library version.. It can be vary depending upon the version of Jquery you download.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response