14 Days of jQuery

An online event marking the release of jQuery 1.4. To celebrate, we're unveiling 14 releases over a period of 14 days.

Day Eleven

Sunday, January 24, 2010

Evented Programming with jQuery

You love jQuery because it lets you handle browser events quickly and effectively. What if you could use that same abstraction for higher-level widgets? Yehuda walks you through building a tabs widget using the same evented style of programming that you already use in day-to-day jQuery code. Also, learn how to organize your evented jQuery code to avoid a single tangled mass of JavaScript code.