79502748

Date: 2025-03-12 06:06:54
Score: 1
Natty:
Report link

The following code removes all values from a Select Box except the selected one.

$("#YOUR_ELEMENT_ID").find('option').not(':selected').remove();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vinay Modi