Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

controller


Apple iPod click wheel controller

This jQuery plugin emulates iPod's click wheel contorller. Anyway see the demonstration. I have coded this as a plugin for jQuery, bring your image of click wheel and you will be able to integrate this function to your website easily.

Font Controller

Font Controller
Font controller is a lightweight font size controller... nothing much more to it.

Usage
Using font controller is simple, simply apply it to an element and it does the rest.
eg.

$("#fontmanager").fontsizemanager();
<div id="fontmanager"></div>

jquery.claypool

Claypool

Claypool is a small, fast, railable application framework, built on jQuery that provides all the usual important patterns for large, long-lived client-side apps, server-side apps, or something strangely, beautifully in the middle.

Features:

  • Small, 14K gzipped.
  • MIT/GPL Style License.
  • Scales memory effeciency.
  • Powered by jQuery.

Styling File Inputs

This is a jQuery implementation of the SI_Files JS library created by Shaun Inman and described here: http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom.

It uses the same method of creating an upload button using a div with a background image, and then moving a transparent file field with the user's cursor as she hovers the div.
As opposed to other file field styling methods, this one worked as I intended even in complicated layouts, i.e. the controller is positioned inside a floating or relatively-positioned element.