
$(function(){$('form').submit(function(){$(this).find(":submit,:image").attr({disabled:'disabled'}).attr({value:'Please wait...'})});});