Skip to content

Instantly share code, notes, and snippets.

@gaissa
Created March 22, 2015 14:49
Show Gist options
  • Save gaissa/9bb0ed65d1f4fff94d04 to your computer and use it in GitHub Desktop.
Save gaissa/9bb0ed65d1f4fff94d04 to your computer and use it in GitHub Desktop.
remove 'onclick' this way... :)
jQuery('<SELECTOR>').prop("onclick", null).attr("onclick", null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment