For the select menu plugin chosen.js, is there an established way to add \'select all items in list\' or \'remove all items in list\' feature to a multiple select input? In
You should try this:
$('#drpdwn').empty(); $('#drpdwn').trigger('chosen:updated');