What is jQuery?

Introduction To jQuery

  • jQuery is a JavaScript Library.
  • jQuery greatly simplifies JavaScript programming.
  • jQuery is easy to learn.

jQuery Syntax

Sample:
$(document).ready(function(){
    $("p").click(function(){
        $(this).hide();
    });
});


The reason for jQuery is to make it much less demanding to utilize JavaScript on your site.

What is jQuery?

jQuery is a lightweight, "write less, do more", JavaScript library.
jQuery takes a great deal of basic errands that require numerous lines of JavaScript code to achieve, and wraps them into strategies that you can call with a solitary line of code. 
jQuery likewise streamlines a considerable measure of the muddled things from JavaScript, similar to AJAX calls and DOM control.

The jQuery library contains the following features:
  • HTML/DOM manipulation
  • CSS manipulation
  • HTML event methods
  • Effects and animations
  • AJAX
  • Utilities

Why jQuery? 


There are bunches of other JavaScript structures out there, however jQuery is by all accounts the most well known, furthermore the most extendable. 

A large number of the greatest organizations on the Web use jQuery, for example, 
  • Google 
  • Microsoft 
  • IBM 
  • Netflix

Will jQuery work in all programs? 

The jQuery group thoroughly understands cross-program issues, and they have kept in touch with this learning into the jQuery library. jQuery will run precisely the same in every significant program, including Internet Explorer 6!

Click this link: All related to jQuery?

Comments

  1. Thank you for sharing this piece! It is very helpful and informative. Would like to see more updates from you.

    Melbourne Web Developer

    ReplyDelete

Post a Comment