Hidden Code

by Cyril F

Try to enter the Konami Code (or if you don't know it click on the button)

Display Konami Code




$(window).hiddenCode({
    callback: function() {
        //Write every javascript code you want here.
	//It will be execute when the user find the code
	alert('You found the hidden Code !');
    }
});