使用Jquery禁用、解禁button按钮

禁用:

$('#id').disable();

解除禁用:

$('#id').enable();

猜你喜欢

转载自blog.csdn.net/qq_42363090/article/details/108390832