var obj = $(this);
obj.attr({"disabled": "disabled"}); //禁用input按钮
obj.removeAttr('disabled'); //启用input按钮