Skip to content

Instantly share code, notes, and snippets.

@andyferra
Created November 26, 2008 02:26
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 andyferra/29239 to your computer and use it in GitHub Desktop.
Save andyferra/29239 to your computer and use it in GitHub Desktop.
Event.addBehavior({
'#my_selector': function() {
// code that only gets executed when something with the id 'my_selector' exists
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment