jQuery is the foremost JavaScript framework on the Net today. It is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.Here is the best way to dive into jQuery:
- Watch the video series, jQuery for absolute beginners on lost in the woods.
- Watch Ben Nadel's intro video. And check out the awesome source code for the page.
- Get the book, jQuery Fundamentals by Rebecca Murphy.
- Get the book, jQuery From Novice To Ninja, from Sitepoint. It is a PDF.
- Download the example files, then open them in Dreamweaver. Follow along with the book.
- Keep a tab open in Firefox containing Visual jQuery, a visual reference for the framework.
See also:
- Simplify Ajax development with jQuery: Discover how easy Ajax and DOM scripting can be, byJesse Skinner, Web Developer, on The IBM Technical Library.
- jQuery in Action, by Bear Bibeault, Manning Publications; 1st edition (February 7, 2008), in PDF format.
- The Curmudgeon's 1st JSON exercise. The code is commented.
- The Curmudgeon's 2nd JSON exercise. The code is uncommented, but the JSON is interesting, because it carries a lot of markup that would have to be wrapped in CDATA in an XML file.
- Either take university classes or follow CSS Tricks. Doing both would be overkill.
- JSON Basics: What You Need to Know, by Matt Doyle, March 2011
0 comments:
Post a Comment