表单问题总结

1.textarea内容为val();

2.全选/全取消:

 $(":checkbox").attr("checked",true);

 $(":checkbox").attr("checked",false);

原文地址:https://www.cnblogs.com/miaSlady/p/8039552.html