Xawier

Results 4 comments of Xawier

+1 It's work only with one, 1st letter... :(

Ok, i repair this. Now work with every letter. Here you have _sorter function: ``` _sorter = function(items) { if (items.length && settings.sensitive) { var currentUser = _extractCurrentQuery(this.query, this.$element[0].selectionStart).substring(1), i,...

You should change name of teaphead function, for example to "typeaheadjs". My typeahead function with new name: ``` /*! * typeahead.js 0.9.3 * https://github.com/twitter/typeahead * Copyright 2013 Twitter, Inc. and...