Web Development
jQuery
Subjective
Aug 07, 2013
How to use jQuery in ASP.NET web application?
Detailed Explanation
To use jQuery in ASP.NET web application follow the below steps:
a)Go to http://jquery.com/(The official jQuery WebSite)
b)Download latest .js jQuery file from the website.
c)Put it the script(or other folder) in the root of your web application
d)Add the below tag on the page where you want to use Jquery
script type="text/javascript" src="script/jQueryDownLoadedFileName.js" /script
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts