I have lots of code on my current page and due to its complexity, it is quite difficult to debug and go through each line of javascript to find the exact code that is causing the input field to be disabled. Is there a way we could inspect the element in either FF, Chrome or IE and debug the javascript code to find what code is setting the field to its disabled state?
I have tried various approaches like placing a breakpoint, adding a "debugger" but it does not show the exact function/code where the field is being set to its disabled state.
Cheers.