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
$("#ddlList option[value='jquery']").attr("disabled","disabled");