Skip to content

Hidden Code allow you to activate an hidden code on your website (ex: the konami one)

License

Notifications You must be signed in to change notification settings

cyrilf/hidden-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Hidden Code

It's a jQuery plugin.

Hidden Code allows you to activate an hidden code on your website (e.g. the konami code)

##Examples

Here is some live examples.

##Basic use

$(window).hiddenCode({
    callback: function() {
        alert('You found the hidden Code !');
    }
});

##Advanced use

$(window).hiddenCode({
    //You can type a password like this one:
    //   password: 'bacon'
    //Or the following one (with key code) :

    password: [66,65,67,79,78],
    callback: function() {
       $("#project_title").html("Nice job you found my hidden code !");
    }
});

If you have some problems or improvements with it, contact me.

Cyril F - Web, Software & mobile developer

About

Hidden Code allow you to activate an hidden code on your website (ex: the konami one)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published