jquery('#confirm').removeattr('disabled');
回复内容: jquery('#confirm').removeattr('disabled');
jquery('#confirm').attr('disabled',false);
$(this).prop('disabled', false);
1、jquery('#confirm').attr('disabled',false);
2、jquery('#confirm')[0].disabled = false;