I\'m trying to empty select options when:
id \"mClick\" is selected, id\'s \"sClick\", \"cClick\" and \"srClick\" will be emptied.
id \"sClick\" is selected,
Try this
yourSelect.find('option').not(':first').remove();