标签: jquery wordpress html-select
我无法修改html,因为我在wordpress工作,所以我想用jQuery来做,我认为代码是正确的,但它不起作用。
知道什么可能导致问题吗?
jQuery(document).ready(function($){ $("select option[value*='promoters']").prop('disabled',true); });
此致