jQuery is a fast and concise JavaScript Library created by John Resig in 2006. simplifies the interaction between HTML and JavaScript.
The jQuery syntax is made by using HTML elements selector and perform some action on the elements.
jQuery animate() method is used to create custom animation.
jQuery fadeIn() method gradually changes the opacity of selected elements, from hidden to visible.In other words jQuery fadeIn() ..
jQuery ajaxComplete() method allows you to run function after Ajax request complete.
jQuery ajax() method allows you to perform an AJAX (asynchronous HTTP) request.It was existing since version 1.0.
jQuery load() method allows you to loads data from a server and puts returned HTML into the selected element.
jQuery.browser property provides information about the web browser. jQuery.browser property works fine for IE, mozilla,Safari and ..
jQuery.browser.version property provides information about the web browser version.
jQuery trim() is used to remove the whitespace from the beginning and end of a string.
jQuery.each() function is used to iterate an object and an array.jQuery.each() function is not the same as $(selector).each(),$(selector).
Cookie is used for storing data on client side.Here we learn about jQuery.cookie, a jQuery plugin which makes cookie handling easy.
Please Connect with us on Facebook, Twitter and Google+ or Subscribe to Our Newsletter for the updates.