Skip to content

Instantly share code, notes, and snippets.

@tiagobbraga
Created March 7, 2013 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tiagobbraga/5110874 to your computer and use it in GitHub Desktop.
Save tiagobbraga/5110874 to your computer and use it in GitHub Desktop.
Observar modificações no elemento
$("#someDiv").bind("DOMSubtreeModified", function() {
alert("tree changed");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment