A simple (proof-of-concept) script loader that caches scripts with localStorage
basket.js is a small JavaScript library supporting localStorage caching of scripts. If script(s) have previously been saved locally, they will simply be loaded and injected into the current document. If not, they will be XHR’d in for use right away, but cached so that no additional loads are required in the future.
jQuery 1.7 Visual Cheat Sheet
Fantastic jQuery cheat sheet fromĀ http://woorkup.com
SimpleVid provides an easy way to host and embed your own fluid (in the resizable sense) videos. Think of it like a FitVids.js but for self hosted video. Handy. It even has a Flash fallback for browsers that don’t support H.264.
ArcText
While CSS3 can letters, it’s complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that does it for you and the results look great.
Jeffrey Way takes a variety of common jQuery tasks, and converts them to both modern and legacy JavaScript. Very handy if you’re more comfortable with jQuery than native JavaScript and want to pick up some techniques.