Is there any tool to find which bit of JS code updated a DOM element on a page load. I have a <div id="container" on the below page that is getting set to display="none" from some JS code, since there is a lot of code on the page i don`t know where its getting set.
Is there any tool to find which bit of JS code updated a DOM
Share
From removing the last few scripts, it seems to be
/Portals/_default/Skins/FlyPeachsm4/jquery.anntransformer.min.jsEDIT: It’s at the bottom of anntransformer.min.js:
Most likely copied directly out of some example where this was necessary.