An open API service indexing awesome lists of open source software.

https://github.com/yaph/konamijs

konami code jQuery plugin
https://github.com/yaph/konamijs

jquery-plugin konamicode

Last synced: 5 days ago
JSON representation

konami code jQuery plugin

Awesome Lists containing this project

README

          

konami Code jQuery Plugin
=========================

This jQuery plugin triggers a 'konami' event when the konami code was entered.::

↑ ↑ ↓ ↓ ← → ← → b a

How to use it
-------------

Example code::


$(document).bind('konami', function() {
document.location.href = 'konami.html';
});

Credits
-------

The implementation is based on `this konami plugin`_.

.. _`this konami plugin`: https://github.com/fathwad/konami