Is it possible to click on a disabled button and provide some feedback to the user?
HTML:
You should used disabled="disabled" and not just disabled.
$('input:disabled').val('disabled');