Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试REQUIRED使用添加属性,.attr("required","true");但它没有强制文本区域。不想让 all 成为textarea强制性的,因此尝试动态地进行。
REQUIRED
.attr("required","true");
textarea
$('#myTextarea').prop('required',true);