Skip to content

Instantly share code, notes, and snippets.

@gabrielgilini
Created November 10, 2008 18:03
Show Gist options
  • Save gabrielgilini/23570 to your computer and use it in GitHub Desktop.
Save gabrielgilini/23570 to your computer and use it in GitHub Desktop.
// Prototype
$$('.esconder').invoke('hide');
// jQuery
$('.esconder').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment