/gShake

This is a jQuery Plugin that enables you to attach a function to a "Shake Event" for devices with iOS 4.2+

Primary LanguageJavaScript

This is a jQuery Plugin that enables you to attach a function to a "Shake Event"
for devices with iOS 4.2+

Usage:

$(document).ready(function() {

    $(this).gShake(function() { 
        // what happends when shaked?
    });

});