Skip to content

Instantly share code, notes, and snippets.

@zeuxisoo
Created July 27, 2011 03:11
Show Gist options
  • Save zeuxisoo/1108578 to your computer and use it in GitHub Desktop.
Save zeuxisoo/1108578 to your computer and use it in GitHub Desktop.
Find out which element had binding event bookmarklet
javascript:(function(){if(typeof VisualEvent!='undefined'){if(document.getElementById('Event_display')){VisualEvent.fnClose();}else{VisualEvent.fnInit();}}else{var n=document.createElement('script');n.setAttribute('language','JavaScript');n.setAttribute('src','http://www.sprymedia.co.uk/design/event/media/js/event-loader.js');document.body.appendChild(n);}})();;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment