Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

1)I would like to know the difference between js and jquery.?

2)How can i include jquery in my webapplication.?

Thanks!
Siva.
Posted

Hi,

JavaScript is a programming language used to provide interactive features to webpages.

jQuery is a library/framework written in JavaScript to perform commonly used web tasks and features.

The jQuery is available as part of asp.net mvc projects. You can download from jQuery web site and manually include asp.net webform projects.

Refer:

JavaScript[^]

jQuery[^]

jQuery Intellisense in VS 2008[^]

VS2008 SP1 Hotfix to Support "-vsdoc.js" IntelliSense Doc Files[^]
 
Share this answer
 
v2
1. Jquery is advance version javascript (javascript library) with user friendly syntax. Easy way to play with DOM object using jquery .
For more http://addyosmani.com/blog/javascriptuncovered/[^]

2) You could follow the below jquery with vs 2008 with Intellisense

http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx[^]
 
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