Skip to content

Instantly share code, notes, and snippets.

@arbales
Created January 20, 2011 01:11
Show Gist options
  • Save arbales/787221 to your computer and use it in GitHub Desktop.
Save arbales/787221 to your computer and use it in GitHub Desktop.
pseudocode.
Event.addBehaviors({
".popup button.nevermind":function(){
this.up('.popup').hide();
return false;
},
"button.nevermind":function(){
window.location.back();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment