Why do we use jQuery?
Answer / chaitanya
Due to following advantages.
Easy to use and learn.
Easily expandable.
Cross-browser support (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)
Easy to use for DOM manipulation and traversal.
Large pool of built in methods.
AJAX Capabilities.
Methods for changing or applying CSS, creating animations.
Event detection and handling.
Tons of plug-ins for all kind of needs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is method chaining in jquery and what are the advantages?
How to multiple AJAX requests be run simultaneously in jQuery?
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
How to write browser specific code using jQuery?
With jquery ui 1.7 being released in the last few days, what do you see as the key parts of jquery ui 1.7? What are you most proud of out of that release?
What does dollar sign ($) means in jQuery?
What is a cdn? What are the advantages of using cdn?
How can we apply css in last child of parent using jquery library?
How can jquery library be added to pages?
What is the use of clone method in jQuery?
What is jquery a client or server scripting?
What is the slowest selector in jQuery?