tags:

views:

37

answers:

1

Just wondering if there was a difference between disabling a submit button and image submit button(input type="image") in Jquery.

Thanks

A: 

Not really, both would be disabled the same way:

$('#someId').attr('disabled',true);
karim79
Mr liddle will be coming for your blood Karim :) see http://stackoverflow.com/questions/1237896/how-to-disable-submit-button-with-jquery/1237908#1237908
redsquare
@redsquare - who the heck is Mr Liddle?
karim79
the guy who marked me down for the same answer as yours in that post
redsquare