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
This worked to clear all selected options for me..
$("#selectListName").prop('selectedIndex', -1)
The select list looked like
1 2 3 4