germanrdz / gShake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?
    });

});

About

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


Languages

Language:JavaScript 100.0%