JQuery jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. jQuery is easy to learn. jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation. References: http://jquery.com/download/ http://www.w3schools.com/jquery/jquery_examples.asp http://www.w3schools.com/jquery/jquery_ref_selectors.asp <!--Include one from following library //CDNs host JQuery libraries i.e. Google & Microsoft//--> https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js <!--OR--> http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.3.min.js <!--type="text/javascript" inside the tag is not required in HTML5--> $(selector).action() Examples(Types of selectors): $(this).hide() - hides the current element. $("p").hide() - hides all elements. $(".test").hide() - hides all elements with class="test". $("#test").hide() - hides the element with id="test"
Lemme engineeracle your Software Warcraft! One place for tech explorations of Kushan and up to date contents on cloud-based business productivity and enterprise collaboration.