Hello,
When opening an aspx file that has some javascript (jQuery) in it in a new tab, the script breakpoints in that file are not being hit. For some reason, the javascript variables are not being initialized leading to script errors.
Breakpoints in the code behind are hit. How to make the script breakpoints work? Also, what is the behavior for the jQuery $(document).ready() function in the pages loaded into new tabs?
Thanks,
Ashutosh