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 |
Why jQuery is needed?
Explain .live()? : jquery mobile
Explain .empty() vs .remove() vs .detach().
How to multiple AJAX requests be run simultaneously in jQuery?
What is chaining in jQuery?
Which are the fastest selectors in jquery? : jquery mobile
How can we debug jQuery?
How is body onload() function is different from document.ready() function used in jquery?
How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
What is the difference between prop and attr?
How to debug jQuery?
Differentiate among .empty() vs .remove() vs .detach() in jquery.