Skip to content

Instantly share code, notes, and snippets.

@joeegan
Created September 3, 2011 23:50
Show Gist options
  • Select an option

  • Save joeegan/1191959 to your computer and use it in GitHub Desktop.

Select an option

Save joeegan/1191959 to your computer and use it in GitHub Desktop.
var old = trigger.onclick;
trigger.onclick = function() {
if(old) old();
myFunc();
return false;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment