My Slider

Image Slider By Humayoun Kabir Lets Express our emotion with blog Email me at humayounk@ymail.com #htmlcaption

মঙ্গলবার, ২৬ জুন, ২০১২

All about Jquery


difference between ajax and jquery
AJAX is a technique to do an XMLHttpRequest (out of band Http request) from a web page to the server and send/retrieve data to be used on the web page. AJAX stands for Asynchronous Javascript And XML. It uses javascript to construct an XMLHttpRequest, typically using different techniques on various browsers.

jQuery (website) is a javascript framework that makes working with the DOM easier by building lots of high level functionality that can be used to search and interact with the DOM. Part of the functionality of jQuery implements a high-level interface to do AJAX requests. jQuery implements this interface abstractly, shielding the developer from the complexity of multi-browser support in making the request.

difference between JS and JQuery


JQuery is Library which is written in java script to perform a task like animation , validation etc in better way as you dont have to write the function by your own in java script if you use J Query... 

you just need to Link Jquery 's .js file to use it 

How To LEarn JQuery?

Go through following link..

http://www.learningjquery.com/