Dec 15, 2015 06:19 PM
3311 Views
JQuery is in fact a Javascript library itself.
It sole purpose is to make web development faster.
How? By writing less of code.
You just need to include the Jquery file into your website and then use JQuery functions to access or manipulate any document object with ease.
Even features like AJAX can be easily incorporated into your webpages.
It removes a great deal of programmer's headache being cross platform so that they can concentrate on their job more and not worry about whether the website will run correctly in different browsers.
There are a lot of plugins available as well to add the desired functionality into your webpages.