<

What is jQuery ?



jQuery is to make it much easier to use JavaScript on website.It is a JavaScript library.

  • jQuery is a small, fast and lightweight JavaScript library.

  • jQuery is platform-independent.

  • jQuery means "write less do more".

  • jQuery simplifies AJAX call and DOM manipulation.


  • syntax

    
    $(document).ready(function(){
    
       // jQuery methods go here...
    
    });
    
    















    © copyright 2017-2022 Completedone pvt ltd.