Skip to content

Instantly share code, notes, and snippets.

@rnmp
Created August 29, 2011 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnmp/1178710 to your computer and use it in GitHub Desktop.
Save rnmp/1178710 to your computer and use it in GitHub Desktop.
$(document).bind('keydown', 'h', function() {
$hex.toggle(function() {
$(this).hide();
}, function() {
$(this).show();
});
});
@rnmp
Copy link
Author

rnmp commented Aug 29, 2011

Así es el código completo, implementando tu solución. Que no funciona. D:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment