Tutorials Elsewhere
Quite a few jQuery tutorials have been posted around the web recently. It’s always great to see more people not only learning jQuery, but also teaching it to others. Here are just a few that I think could be helpful to readers of Learning jQuery:
- jQuery Crash Course. Nathan Smith shows he scripted an airplane seat picker script with jQuery. Beautifully designed with nice, clean code.
- Understanding the “Chain”. Dan G. Switzer discusses how he went from an incorrect assumption to a solid understanding.
- jQuery and XML Revisited. Brian Reindel walks through a few methods he wrote to handle XML retrieved via xhr.
- What is JSONP?. Remy Sharp describes the JSONP method of script-tag injection and shows how it can be done with jQuery.
- Creating A Sliding Image Puzzle Plug-In. Ben Nadel demonstrates how he built a really cool sliding-image puzzle.
- Advanced ternary conditions in JavaScript. Okay, so this isn’t specifically related to jQuery, but Paul Bakaus, the lead developer of jQuery UI, has some great suggestions for writing conditions with both brevity and readability in mind.
Any others out there that you have found particularly useful? Let us know in the comments.



November 2nd, 2007 at 9:02 pm
This isn’t exactly useful but I found it interesting (and not just because I did it) to see how easy it was to rewrite something with jQuery while losing about 60% of the bulk.
Before jQuery: JavaScript utility: kilometer/mile converter.
After jQuery: Kilometer/mile converter redux, jQuery version.
November 6th, 2007 at 8:59 am
Great list!
The link to “Creating A Sliding Image Puzzle Plug-In” is broken.
November 7th, 2007 at 12:05 am
Hey Toffe,
Thanks for the heads up on the broken link. Fixed it!
November 16th, 2007 at 12:06 pm
Would you please go back to full feeds?
November 17th, 2007 at 2:06 pm
Hi fullfeeds,
Thanks for notifying me about this. Apparently, WordPress added a “feature” in 2.1 which cuts off feeds at the <!– more –> comment, regardless of feed preference. I just installed the full text feeds plugin, so hopefully that will bring the full feeds back.
December 4th, 2007 at 6:47 pm
It appears the link to “advanced ternary conditions” is broken…
December 4th, 2007 at 6:54 pm
Hi Nathan,
It looks like there is a problem with Paul’s server configuration or something. I’ll ping him next time I see him on IM.
December 8th, 2007 at 12:42 pm
Thanks for share, i love jQuery !
December 15th, 2007 at 7:34 pm
Here’s another great article: Calculating The Browser Scrollbar Width by Jonathan Sharp.
January 7th, 2008 at 12:36 am
This is the first thing why Jquery was not so popular on its first days because of lack of tutorials and free supports , but now lots of people is now looking and making tutorials of jquery. Nice to see more Jquery tutorials.
February 8th, 2008 at 6:27 pm
I’m launching a little series on jQuery development over at my blog - I’d appreciate any feedback!
February 20th, 2008 at 3:25 pm
Thanks for the site, I’ll definitely check out some of the articles here. I’ve got a jQuery section too.
Jeremy: I’ll check it out.
February 26th, 2008 at 6:14 pm
@Henrik
Thanks for your comment on my blog - I thoroughly enjoyed your articles on jQuery; well done!
Incidentally, I’ve since added a new post on multi select transfer with jQuery. Once again, I’m eager for feedback!
April 15th, 2008 at 7:21 am
Nice work
This is very helpful for me
Thanks!
April 18th, 2008 at 1:28 pm
My site has a few also.
http://jivebay.com/
April 26th, 2008 at 7:28 pm
Im writing some tutorials (already written 3) on jQuery. So far ive done manipulation, selectors and the basics.
April 30th, 2008 at 3:08 am
Thanks, I love jQuery !