jQuery

This page will be the main listing of the jQuery plug-ins I've written. Currently, they all reside in various subdirectories of jquery.offput.ca with links strewn across the jQuery mailing list. So, I've decided to centralize it all over here but I'm a lazy lazy man so it will probably take time. Tune in for links to sub-pages to pop up on this page. For now though, I'll post links to the original plugin pages as there's no easily explorable list elsewhere.

  • timers: This plugin abstracts away setTimeout and setInterval functionality and fixes a couple pitfalls that most people get caught up on when it comes to function scope.
  • highlightFade: This plugin, though now made obsolete by extensions to the fx module in jQuery in version 1.2, dealt with the common yellow face technique with as much abstraction and extensibility as humanly possible.