I am think this should be fairly easy, but struggling a bit ... I have a SELECT input element that allows the user to select multiple items. I would like to pro
SELECT
Better than this, you can use:
$("#selectID").empty();
That works on almost anything in the DOM.