Jquery


jQuery is a JavaScript Library.
jQuery greatly simplifies JavaScript programming.
jQuery is easy to learn.
jQuery is a lightweight, "write less, do more", JavaScript library.

helps programmer to reduce lines of code as huge code written in Java Script, can be done easily with JQuery in few lines.

Syntax


$(document).ready(function(){

});
 
Dollar Sign is nothing but it's an alias for JQuery.
Over here $ sign can be replaced with "jQuery " keyword.
 
 Jquery Software
http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.10.1.min.js


Comments