$('#select-product').selectize({ create: true, sortField: 'text', onChange: function( value ) { alert(value);} });