jQuery is a simple JavaScript library that supports multi-browsers and simplifies the javascript programming on the client side. jQuery is very easy to learn and is the most popular Javascript library today, that is used in nearly 70% of the most popular websites.
The mobile version called as jQuery Mobile supports all popular mobile browsers. There are plenty of jQuery plugins that provides many useful client side functionalities.
jQuery is free / open source software distributed under the MIT license, which makes it possible to use and bundle it along with commercial software too.
Few useful online resources:
- jQuery website : http://jquery.com/
- jQuery Official API Documentation : http://api.jquery.com/
- Another good API Documentation : http://jqapi.com/
- jQuery Plugins : http://plugins.jquery.com/
- a good video tutorial for beginners: http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/
- tutorial for beginners @ Code Project : http://www.codeproject.com/Articles/246701/JQuery-for-Beginners
- jQuery Tutorial @ w3schools : http://www.w3schools.com/jquery/
No comments:
Post a Comment