Click here to Skip to main content
15,885,890 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to write jquery file in aps.net using visulastudi 2010 Professional
please give one example
Posted

There is no such thing as "jQuery file" and there is nothing to talk about.

jQuery is just one of the JavaScript library. You write the code in Visual Studio as you usually write HTML or JavaScript code (HTML files, *.js files), by typing code. You can even debug it. For examples, please see:
http://api.jquery.com/[^],
http://learn.jquery.com/[^],
http://learn.jquery.com/about-jquery/how-jquery-works/[^] (start with this one).

Actually, each API help page comes with some example; and you will find a plenty of complete examples.

—SA
 
Share this answer
 
Comments
Espen Harlinn 25-Apr-13 19:20pm    
Nice links :-D
Sergey Alexandrovich Kryukov 25-Apr-13 19:42pm    
Thank you, Espen.
—SA
You would probably like to have a look at: D3.js crash course - Part2[^]

Combines ASP.Net, jQuery, jQuery Mobile, with an Ajax enabled WCF service and D3.js.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Jun-13 19:56pm    
I did not read those articles before. They are very clear and useful. 5ed.
—SA
Espen Harlinn 12-Jun-13 16:01pm    
Thank you, Sergey - glad you like them :-D

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