Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi friends,
i want to use jquery in asp.net i'm new to it so i don't know exactly how to add refrences and how to link them with my asp page.
I want to know the steps that i should follow to run jquery scripts in asp.net..
I've serched this but not able to find suitable text that can help me.
Thanks in advance.
Posted

hi friends,
i've founded a link that solves the problem

here is the link
http://forums.asp.net/t/1804810.aspx/1?HOW+TO+INSTALL+JQUERY+IN+EXISTING+ASP+NET+WEBSITE[^]

hope it'll help you too
thanks
 
Share this answer
 
Comments
Prasad_Kulkarni 23-May-12 1:25am    
my 5!
preet88 23-May-12 2:07am    
thanks
If you are using Visual Studio 2008 and above, jQuery is already implemented in the new websites you create..

how+to+use+jquery+in+asp.net[^]
 
Share this answer
 
v2
hi,

To use jquery feature in ur aspx pages follow these steps.
(I have considered that u already have a project)

1.download jquery library file from http://jquery.com/.
2.add a newfolder to ur existing project save the downloaded file into that newfolder.
3.now include a script tag in head section just as u do for a linking an external javascript file.
eg:<script type="text/javascript" src="scripts/jquery-1.4.1-vsdoc.js"></script>
For code examples refer..
http://www.w3schools.com/jquery/jquery_ref_selectors.asp
 
Share this answer
 
Hi,

only refer this site for Jquery
http://www.w3schools.com/jquery/default.asp[^]

Best Luck
Happy Coding
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900