如何使用jQuery或JavaScript禁用下拉元素的某些项?
最佳答案
与禁用任何其他HTML元素的方式相同,请使用
原文链接:https://www.f2er.com/html/426366.html$(/* option selector */).prop('disabled',true);
在action中看到它.
如何使用jQuery或JavaScript禁用下拉元素的某些项?
$(/* option selector */).prop('disabled',true);
在action中看到它.