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.

iPod


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.

iPhone Pinch Gestures

For iPhone and iPod Touch mobile applications

iPhone and iPod Touch pinch gesture support using Safari JavaScript events

A new plugin (currently in development) to allow jQuery binding of pinch events to any DOM element

Information

supports events:

  • pinchIn
  • pinchOut
  • Multiswipe

    A simple plugin to enable multi-touch swipe events in Mobile Safari. Based off of jSwipe by Ryan Scherf.

    View the demo (Mobile Safari required).

    PARAMETERS

    threshold: (x | default 100) Sets the tolerance level of what is considered a swipe (in pixels)
    fingers: (x | default 2) Sets the exact number of fingers necessary to trigger the event
    swipeUp: (function | default alert) Callback when a user does a bottom-to-top swipe gesture
    swipeDown: (function | default alert) Callback when a user does a top-to-bottom swipe gesture
    swipeLeft: (function | default alert) Callback when a user does a right-to-left swipe gesture
    swipeRight: (function | default alert) Callback when a user does a left-to-right swipe gesture

    SAMPLE USAGE