Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-22update version numbers to 2.1.1Mark Otto
2012-08-20bump versions to 2.1.0Mark Otto
2012-08-03fix indexof on array for ie8Jacob Thornton
2012-07-23adds minLength #3960Jacob Thornton
2012-06-03Merge branch 'async' into 2.1.0-wipMatt Morgan
2012-06-03fix regression in typeahead #3313Jacob Thornton
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton
2012-04-26Alter typeahead to accept synchronous/asynchronous data source via function/c...Matt Morgan
2012-04-26revert position -> offset for typeahead positionJacob Thornton
2012-04-242.0.2 -> 2.0.3Jacob Thornton
2012-04-19offset -> position #3088Jacob Thornton
2012-04-17Allow updater function (updates the value of the input field) to be overridden.Nirav Sanghani
2012-04-15add jshint support + a few minor stylistic changesJacob Thornton
2012-04-08https://github.com/twitter/bootstrap/issues/2954Jacob Thornton
2012-03-25return matcher value directly + cleanup first lines of filesJacob Thornton
2012-03-20prevent dropdowns from closing when clicking inside form element inside dropdownJacob Thornton
2012-03-20typeahead should escape regexp special charsJacob Thornton
2012-03-132.0.2 derpv2.0.2Jacob Thornton
2012-02-22Allows escape to bubble when menu isn't shownPete Hopkins
2012-02-22Fires change event when element is selected from menuPete Hopkins
2012-02-22Allow events to propagate / default if not used.Pete Hopkins
2012-02-172.0.1v2.0.1Jacob Thornton
2012-02-14add semicolons to the end of js filesJacob Thornton
2012-01-29typahead does case insensitive matching with simple sorter + accepts highligh...Jacob Thornton
2012-01-28move the matcher and sorter into the options - encourage people to override t...Jacob Thornton
2012-01-27Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton
2012-01-27change typeahead to data-source instead of data-data and add to docsJacob Thornton
2012-01-27Merge pull request #1272 from napoleond/2.0-wipJacob Thornton
2012-01-27Enable default browser key behaviour when typeahead isn't showing.David N
2012-01-27consistent new lines at ends of filesMark Otto
2012-01-27Switches from Array#filter to jQuery.grep for IE<=8 supportPete Hopkins
2012-01-242.0-wip: fix js headsJon Stevens
2012-01-22more efficient matcher + bold matched query in itemJacob Thornton
2012-01-22make case lookahead case insensitiveJacob Thornton
2012-01-15dates updated to 2012Mark Otto
2012-01-12add build tool for js + rename twipsy to tooltip + lots of little doc cleanupJacob Thornton
2012-01-08first pass at ultra basic autocompleteJacob Thornton
2012-01-07start of autocomplete pluginJacob Thornton