Experiments with system jquery for astroid konami code.

This commit is contained in:
Kenneth Reitz
2010-09-30 13:26:34 -04:00
parent 3527f75331
commit 3700d8a5f5
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
jQuery.(window).konami(function(){alert('Konami Code Activated!')});
+4 -1
View File
@@ -16,6 +16,7 @@
<script src="<?php echo get_bloginfo('template_directory'); ?>/assets/js/external/modernizr-1.5.min.js"></script>
<!-- Custom Colours -->
<style>
a,
@@ -31,4 +32,6 @@
}
</style>
<?php wp_head(); ?>
<?php wp_head(); ?>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="<?php echo get_bloginfo('template_directory'); ?>/assets/js/extras.js"></script>