Disable

    $("#cboPropertyType option[value='Land']").attr("disabled", true);  

Enable

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

Leave a reply