Skip to content

Instantly share code, notes, and snippets.

@theconektd
Created November 26, 2008 02:26
Show Gist options
  • Select an option

  • Save theconektd/29239 to your computer and use it in GitHub Desktop.

Select an option

Save theconektd/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