jQuery Mini Plugins. A collection of small, ready-to-use code snippets for websites.

github.com/paulirish/jQuery-miniplugins

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2011
  • adding jQuery.fn.doOffDom - basically .detach(), doStuff(), reattach();
  • remove inputHint because there are better input placeholder polyfills.
  • remove delay/wait because its in jq core now.
October 2010
  • allow $('elem').css({ 'left' : '+=10px' });
July 2010
  • adding log()
January 2010
  • elemjax import. this dun work btw
  • jquery logcalls profiler and css monkeypatches
  • initial import of a buncha miscellaneous scripts
  • first commit