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
Just use add class disabled to md-select-wrapper $("#selectFromMainId").addClass("disabled");
md-select-wrapper disabled disabled