aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap-typeahead.js
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16remove dumb assets update makefile wassupfat1-335/+0
2013-05-16a bunch javascript junkfat1-1/+1
2013-02-07Merge branch 'master' into 3.0.0-wipMark Otto1-1/+0
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07remove prevent default on focusfat1-1/+0
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-0/+1
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2012-12-22Version bumpMark Otto1-1/+1
2012-12-21rebuildfat1-0/+1
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-2/+14
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json
2012-12-19fix ghetto ass timeout shitfat1-2/+14
2012-12-10Version bumpMark Otto1-1/+1
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-9/+22
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-07get tests passing for typeahead :Pfat1-6/+8
2012-12-07insert menu of typeahead after input which it suggests on #3529fat1-2/+2
note: this will likely break things for people in the same way that doing this to tooltip did… however we think this is a better insertion model for z-index,scrolling,modal,etc. applications
2012-12-07focus on escape in typeaheadfat1-1/+1
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-1/+12
2012-11-30version bump to 3.0Mark Otto1-1/+1
2012-11-05version bumpMark Otto1-1/+1
2012-10-302.2.1 - hotfix for carouselfat1-1/+1
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-1/+1
2012-10-17don't lookup typeahead when shift alt or ctrl are pushedJacob Thornton1-0/+3
2012-10-17Merge branch 'delegate-api-to-document' of ↵Jacob Thornton1-7/+5
git://github.com/badcarl/bootstrap into badcarl-delegate-api-to-document Conflicts: js/bootstrap-carousel.js
2012-09-20rebuild - fix missing (Jacob Thornton1-1/+10
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-09-04last rebuild before 2.1.1 releasev2.1.1Jacob Thornton1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto1-1/+1
2012-08-19bump versions to 2.1.0Mark Otto1-1/+1
2012-08-02fix indexof on array for ie8Jacob Thornton1-1/+1
2012-07-22adds minLength #3960Jacob Thornton1-2/+3
2012-06-02make active selector more specific #2043 and rebuildJacob Thornton1-5/+11
2012-06-02fix carousel when hiding a reshowing - make sure it always triggers ↵Jacob Thornton1-1/+3
transition end #3248
2012-06-02fix regression in typeahead #3313Jacob Thornton1-27/+33
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton1-1/+1
2012-04-25rebuild with typeahead changeJacob Thornton1-1/+1
2012-04-242.0.2 -> 2.0.3Jacob Thornton1-1/+1
2012-04-18offset -> position #3088Jacob Thornton1-1/+1
2012-04-16rebuildJacob Thornton1-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-19if interval is false, do not autocycle the carouselJacob Thornton1-1/+2
2012-03-122.0.2 derpv2.0.2Jacob Thornton1-1/+1
2012-03-08rebuildJacob Thornton1-6/+6
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-31move js stuff into assetsJacob Thornton1-0/+271