Debug jquery in asp. Net app

xxwarezxx

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