JQuery Tutorial
What is JQuery?
JQuery is a rich JavaScript library which makes the JavaScript programming very brief but function smoothly at browser end with style,animation and complex functionality.
There are many frameworks of JavaScript but Jquery is the most popular from them for its virtue as easy to use at deveoper end.
Jquery - Area of functioning
- Jquery can operate with HTML atribute
- JQuery can play with CSS properties
- It can run on any JavaScript enabled browser
- Jquery has immense control over event handling, animation etc.
- Jquery makes ajax, DOM much simpler with easy to use API.
- Jquery can work with the function written in JavaScript code.