Skip to content

Instantly share code, notes, and snippets.

@esmooov
Created March 22, 2011 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save esmooov/880640 to your computer and use it in GitHub Desktop.
Save esmooov/880640 to your computer and use it in GitHub Desktop.
var hide = {
the: function(el){
this.and_the = function(sel){
$(el).hide();
$(sel).hide();
}
return this;
}
};
hide.the("overlay").and_the("gatewayCreative");
$(document.body).setStyle({overflow:'scroll'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment