I have a Web app that calls jQuery somewhere to show a <div>. Anyone know of a way to intercept that call, see exactly what is calling that <div> to appear?
I need to make that div appear on another button and the original button that makes that <div> appear has a bunch of stuff that happens and I'd like to isolate only showing of that <div>?.
The app is asp. Net Web forms with jQuery.