Skip to content

Instantly share code, notes, and snippets.

@eladmeidar
Forked from stefanpenner/gist:245810
Created December 1, 2009 03:50
Show Gist options
  • Save eladmeidar/246031 to your computer and use it in GitHub Desktop.
Save eladmeidar/246031 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