Erix Kivuti

Results 1 comments of Erix Kivuti

+1 Console logs nothing when I use (from docs) ``` jQuery('.typeahead').bind('typeahead:select', function(ev, suggestion) { console.log('Selection: ' + suggestion); }); jQuery('.hotel_name').bind('typeahead:select', function(ev, suggestion) { console.log('Selection: ' + suggestion); }); ``` Console...