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
Just straight forward way of clearing selection:
$('select').val(''); $('select').val('').trigger("chosen:updated");