JQuery
What is the use of JQuery in Web Development? Please give an example?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Nov 9, 2009, 6:41 AM
Jquery is nothing itself its just a libaray file that enhances the working of javascript.
- jQuery Supports Ajax
- jQuery Selectors
- jQuery Handles Page Loads
- jQuery Lets You Create HTML
- jQuery Supports Animation
The oficial jQuery Web site, http://www.jquery.com/.Accessing page elements such as
and
is tough in JavaScript, and it's made
tougher by cross-browser issues. jQuery
lets you address anything in a page with a
much-needed selector language (based on
Cascading Style Sheet, or CSS, selectors so
it's easy to learn).
and Effects
i thinks its enough to create your interest in jquery a lot.