Click here to Skip to main content
15,900,906 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hey can any one say me that what dose jquery mean and how could we take it in use..?
Posted

Jquery is indeed a very vast library. It can't be explained so quickly. These links could provide some reference to go ahead.

http://docs.jquery.com/Tutorials[^]


http://www.aspdotnet-suresh.com/search/label/JQuery[^]
 
Share this answer
 
jQuery is a JavaScript framework, purpose is to make it much easier to use JavaScript on your website. jQuery as an abstraction layer, since it takes a lot of the functionality that you would have to write many lines of JavaScript to accomplish and wraps it into functions that you can call with a single line of code.

Important note is JQuery doesn't replace Javascript. The code you write in JQuery is still a Javascript in behind.

The power, the wide range of plugins and the beautiful syntax is what makes jQuery such a great framework.

Learning curve: You don't have to be javascript expert to learn JQuery. You can start learning JQuery with little knowledge in Javascript.

Here are few important links,
http://jquery.com/[^]
http://docs.jquery.com/How_jQuery_Works[^]
http://www.noupe.com/jquery/50-amazing-jquery-examples-part1.html[^]
http://datatables.net/[^]

Hope this helps.
cheers
 
Share this answer
 
jquery is a library that makes it easier to do things with javascript, such as AJAX calls or manipulate the DOM. This is a very broad question, you'd do better to do a google and read first, or if you have, don't make your question sound like you've done nothing to investigate for yourself.

You should learn jquery if you do any web work. There's really nothing else that comes close.
 
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