aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-typeahead.js
AgeCommit message (Expand)AuthorFilesLines
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton1-1/+1
2012-04-25revert position -> offset for typeahead positionJacob Thornton1-1/+1
2012-04-242.0.2 -> 2.0.3Jacob Thornton1-1/+1
2012-04-18offset -> position #3088Jacob Thornton1-1/+1
2012-04-16Allow updater function (updates the value of the input field) to be overridden.Nirav Sanghani1-1/+6
2012-04-14add jshint support + a few minor stylistic changesJacob Thornton1-6/+10
2012-04-07https://github.com/twitter/bootstrap/issues/2954Jacob Thornton1-0/+2
2012-03-24return matcher value directly + cleanup first lines of filesJacob Thornton1-1/+2
2012-03-19prevent dropdowns from closing when clicking inside form element inside dropdownJacob Thornton1-2/+3
2012-03-19typeahead should escape regexp special charsJacob Thornton1-1/+2
2012-03-122.0.2 derpv2.0.2Jacob Thornton1-1/+1
2012-02-22Allows escape to bubble when menu isn't shownPete Hopkins1-0/+1
2012-02-22Fires change event when element is selected from menuPete Hopkins1-0/+1
2012-02-22Allow events to propagate / default if not used.Pete Hopkins1-6/+4
2012-02-162.0.1v2.0.1Jacob Thornton1-1/+1
2012-02-13add semicolons to the end of js filesJacob Thornton1-1/+1
2012-01-28typahead does case insensitive matching with simple sorter + accepts highligh...Jacob Thornton1-14/+29
2012-01-27move the matcher and sorter into the options - encourage people to override t...Jacob Thornton1-9/+12
2012-01-27Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-2/+2
2012-01-26change typeahead to data-source instead of data-data and add to docsJacob Thornton1-3/+4
2012-01-26Merge pull request #1272 from napoleond/2.0-wipJacob Thornton1-2/+2
2012-01-26Enable default browser key behaviour when typeahead isn't showing.David N1-2/+2
2012-01-26consistent new lines at ends of filesMark Otto1-1/+1
2012-01-26Switches from Array#filter to jQuery.grep for IE<=8 supportPete Hopkins1-2/+2
2012-01-242.0-wip: fix js headsJon Stevens1-1/+1
2012-01-21more efficient matcher + bold matched query in itemJacob Thornton1-20/+30
2012-01-21make case lookahead case insensitiveJacob Thornton1-1/+2
2012-01-14dates updated to 2012Mark Otto1-1/+1
2012-01-11add build tool for js + rename twipsy to tooltip + lots of little doc cleanupJacob Thornton1-0/+2
2012-01-08first pass at ultra basic autocompleteJacob Thornton1-49/+98
2012-01-06start of autocomplete pluginJacob Thornton1-0/+190