Just wondering if there was a difference between disabling a submit button and image submit button(input type="image") in Jquery.
Thanks
Just wondering if there was a difference between disabling a submit button and image submit button(input type="image") in Jquery.
Thanks
Not really, both would be disabled the same way:
$('#someId').attr('disabled',true);