Skip to content

Instantly share code, notes, and snippets.

@MatiasFernandez
Created December 16, 2014 20:51
Show Gist options
  • Save MatiasFernandez/82da986c9ccfe8fe836e to your computer and use it in GitHub Desktop.
Save MatiasFernandez/82da986c9ccfe8fe836e to your computer and use it in GitHub Desktop.
Filter "Visual Event" events by DOM element using jQuery
$.grep(VisualEvent.instance.s.elements, function(e) { return e.node == $('JQUERY_SELECTOR')[0] })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment