I have tried numerous things and nothing seems to be working.
I am using jQuery and Chosen plugin.
Methods I have tried:
var select = jQuery(
The new Chosen libraries don't use the liszt. I used the following:
document.getElementById('autoship_option').selectedIndex = 0;
$("#autoship_option").trigger("chosen:updated");
jQuery('.chosen-processed').find('.search-choice-close').click();
Simple add trigger change like this:
$('#selectId').val('').trigger('change');