Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created January 15, 2014 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skipjac/8431597 to your computer and use it in GitHub Desktop.
Save skipjac/8431597 to your computer and use it in GitHub Desktop.
idea for watching the DOM in Helpcenter
var target = document.querySelector('.nesty-panel');
target.addEventListener ("DOMSubtreeModified", function(){
_.defer(function(){ console.log($('[name="request[custom_fields][21305759]"]').val())});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment