Disable
$("#cboPropertyType option[value='Land']").attr("disabled", true);
Enable
$("#country option[value='United State']").attr("disabled", false);
Disable
$("#cboPropertyType option[value='Land']").attr("disabled", true);
Enable
$("#country option[value='United State']").attr("disabled", false);