/* Chosen select */ $(function() { "use strict"; $(".chosen-select").chosen(); $(".chosen-search").append(''); $(".chosen-single div").html(''); });