Apparently a disabled is not handled by any event
Is there a way to work around this issue ?
suggestion here looks like a good candidate for this question as well
Performing click event on a disabled element? Javascript jQuery
jQuery('input#submit').click(function(e) { if ( something ) { return false; } });