I have a page that contains an element (a TextBox) that has two CSS classes assigned on page load, but once the page has rendered and the JavaScript has run, the class attribute of the input element is empty.
I know the element originally had the classes defined because good old IE6 shows me the original source when I choose to view source. Yet inspection of the element shows that the class is empty.
Is there a way (in any browser) to add a watch to create a debugging break point on change of an element's attributes?