Skip to content

Instantly share code, notes, and snippets.

@beathyate
Created August 29, 2011 15:56
Show Gist options
  • Save beathyate/1178701 to your computer and use it in GitHub Desktop.
Save beathyate/1178701 to your computer and use it in GitHub Desktop.
Coleure suggestion
$(document).bind('keydown', 'h', function() {
$hex.toggle();
}).bind('keydown', 'p', function(e){
$('.prefix').toggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment