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 the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
What is eq()? : jquery mobile
How can events be prevented to work after an ajax request?
Write the code to define a requirejs module with its dependencies.
Is jquery code exicuted on the clientside, or serverside?
How method can be called inside code behind using jQuery?
How to get the direct parent of an element using ?
Tell me is jquery a library for client scripting or server scripting? : jquery mobile
Can there be more than one ready function in jquery?
How to concatenate two strings using jquery?
Is jquery still relevant 2019?
Does events are also copied when you clone any element in jQuery?