views:

34

answers:

1

I'm having trouble tracking down a bug which is causing a button to get disabled.

Is there a way to have firebug break if the button state is touched in javascript?

+1  A: 

I am not really sure. Maybe registering some JavaScript code to the onChange event of this button and having a breakpoint there?

Grzegorz Oledzki