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 |
How we can remove an attribute of an html tag in jquery?
What is the use of queue() in jquery?
Is jquery still relevant 2019?
Can we have multiple document.ready() function on the same page? : jquery mobile
What are the two types of CDNs?
Tell me how to executed jquery selectors? : jquery mobile
What are jquery selectors?
Which is the starting point of code execution in jQuery?
How to execute jQuery code after the DOM is ready?
What is called chaining?
Explain the difference between $(this) and 'this' in jquery?
What are the methods used to provide effects in jquery?