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
css
[disabled]{ pointer-events:none; }
html
You can try this for button click
$('.button').click(function(){ // do your code here. });