Fiddle: http://jsfiddle.net/ugzux/
As you can see, I have a form with a disabled (via javascript) submit button.
I want to be able to bind a click event to
Making the button readonly can help, because the click event will be fired. Though be aware of the differences in behaviour.
readonly