Skip to content

Instantly share code, notes, and snippets.

@eladmeidar
Forked from stefanpenner/gist:245810
Created November 30, 2009 22:09
Show Gist options
  • Save eladmeidar/245812 to your computer and use it in GitHub Desktop.
Save eladmeidar/245812 to your computer and use it in GitHub Desktop.
$('form').submit(function(){
$('input[type=image]', this).attr({disabled:'disabled'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment