Disable Drop Down Option using jQuery

前端 未结 7 740
时光取名叫无心
时光取名叫无心 2021-01-04 07:35

I need to disable options with value \"- Sold Out -\" in a list of dynamic drop down menus. How can I do this easily with jQuery? Below is the HTML



        
7条回答
  •  春和景丽
    2021-01-04 07:57

    Just use add class disabled to md-select-wrapper $("#selectFromMainId").addClass("disabled");

    md-select-wrapper disabled disabled

提交回复
热议问题