Friday, 2 March 2012

Track events using Chrome javascript debugger

Thanks, stackoverflow. (http://bit.ly/wtmA62)
find the element that is being reloaded and right click, choose inspect from context menu, then right click the html of the element (in the bottom firebugish pane), in the context menu there are options to:
  • break on subtree modifications
  • break on attributes modifications
  • break on node removal

No comments:

Post a Comment