-
Notifications
You must be signed in to change notification settings - Fork 0
jQuery plugin that fires a custom callback if one types the Konami Code (or a custom code of your choice [via watchFor])
kylebragger/konamicode
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
jQuery Konami Code Plugin
by Kyle Bragger <kyle@kylebragger.com>
Created May 11, 2009
Do with it what you will.
Usage:
$(document).ready(function(){
$('body').upUpDownDown({
watchFor: [38,38,40,40,37,39,37,39,66,65], // Array of keyCode and charCodes to watch for
// This represents a sequence, ordered left (first) to right (last), so:
// [38,38,40,40,37,39,37,39,66,65] == up up down down left right left right B A, in that order
callback: function(){
// Do some fancy shit here.
}
});
});
About
jQuery plugin that fires a custom callback if one types the Konami Code (or a custom code of your choice [via watchFor])
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published