$( 'select' ).selectize( { onChange: function( value ) { var obj = $(this)[0]; alert(obj.$input["0"].id); } } );