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 solution worked for me...
$('#my-Select').val('').trigger('change');
This works on almost any input type.