﻿$(function(){ $('form').validate({submitHandler: function(form){ $('#SubmitDemo').attr('disabled',true); form.submit(); }}); });
