Hello friends.., Am about to learn jQuery for my project.., Can any body share what is the best site to learn the jQuery, from beginning to ending concepts.
Hi, I recommend this book: http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355 (I think it uses version 1.4 in examples) and official docs at jquery.com and jqueryui.com
Go through the documentation and demos in the official jQuery website. "jQuery By IBM" is a good one. You can try it out.
lynda has great video tutorial, very deep, but is not free. But if you can afford it, its VERY good. (Im not advertising lynda, i have no relationship with them)
jQuery: Novice to Ninja Great book! I scored a free ebook copy last year during a promotion. It was so good that I bought the paperback version.
Hope you may find this helpful >> http://www.roseindia.net/techindex/jquery/jQuery-tutorial-for-beginners.html
You may try to visit jquery[dot]com and search for API's and plugins, a lot of stuff that you can find and start learning.
I find videos pretty much more understanding then docs so hope this helps . hxxp://www.youtube.com/watch?v=v8HoVdenZFM&feature=fvst
Sweet thanks y'all. I too have been looking to utilize this lib and you guys have provided a lot of documentation here to follow up on. I am going the free route, those books get expensive. The site itself has a lot of snippets that help. -MT
w3schools is probably the best way to learn jquery.. Also, try to write code from scratch and use the API for reference. Do not just refer directly to the solution of others.. Try figuring things out using the JQuery API. Keep on practicing..