$(function () { $('form').submit(function () { if ($(this).valid()) { $('input[type="submit"]').attr('disabled','disabled'); } }); });