What are the advantages of JQuery ?

devquora
devquora

Posted On: Feb 22, 2018

 

There are many advantages of using JQuery. Some of them are :

  • It is more like a JavaScript enhancement so there is no overhead in learning a new syntax.
  • It has the ability to keep the code simple, readable, clear and reusable.
  • Cross-browser support (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)
  • It would eradicate the requirement for writing complex loops and DOM scripting library calls.
  • Event detection and handling.
  • Tons of plug-ins for all kind of needs.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    jQuery Interview Questions

    What is jQuery?

    jQuery is a lightweight JavaScript library which gives a quick and simple method for HTML DOM traversing and manipulati..

    jQuery Interview Questions

    What are the different type of selectors in Jquery?

    There are 3 types of selectors in JqueryCSS Selector XPath Selector Custom Selector..

    jQuery Interview Questions

    What is jQuery Selectors? Give some examples

    jQuery Selectors are used to select one or a group of HTML elements from your web page. jQuery support all the CSS sele..