aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-dropdown.js
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16a bunch javascript junkfat1-165/+0
2013-03-01Merge branch 'master' into 3.0.0-wipMark Otto1-1/+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/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/index.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 package.json
2013-02-282.3.1fat1-1/+1
2013-02-28le sighfat1-1/+1
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-6/+6
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache js/bootstrap-popover.js less/mixins.less less/tooltip.less
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-2/+5
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
2013-01-07Removed touchstart from bootstrap-dropdown.js.Kenan Shifflett1-6/+6
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-2/+5
2012-12-22Version bumpMark Otto1-1/+1
2012-12-22add data-api namespace to dropdownfat1-1/+1
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat1-1/+4
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-2/+3
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-19whitespace in tooltip + don't pass empty selector to $() in dropdown.jsfat1-2/+3
2012-12-10Version bumpMark Otto1-1/+1
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-2/+14
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-07focus on escape in typeaheadfat1-1/+2
2012-12-07rebuild and only select visible dropdown itemsfat1-1/+1
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-0/+11
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto1-0/+1
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-04Fixes #4550: Temporary fix for dropdown taps on mobileMark Otto1-0/+1
* Fix as documented here: https://github.com/twitter/bootstrap/issues/4756#issuecomment-9952781 * Stops propagation for touchstart for dropdowns
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-29Merge branch '2.1.2-wip'v2.2.0Mark Otto1-9/+6
Conflicts: js/bootstrap-dropdown.js
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-3/+3
2012-10-17Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipJacob Thornton1-3/+4
2012-09-27don't wait for ready when binding events to documentCarl Porth1-8/+5
2012-09-27Fix for #4550Artem Kustikov1-2/+3
Also fixes dropdowns hiding behavior for case when two or more dropdowns with [data-toggle=dropdown] exist on the page
2012-09-27Fixed bug in dropdown toggle where menu would only clear on the first drop downErlend Halvorsen1-3/+4
2012-09-26bind data-api events to document instead of body to allow body replacementCarl Porth1-1/+1
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-08-27only stop prop on form – as people seem to be relying on dropdown hiding ↵Jacob Thornton1-1/+1
when clicking internal elements
2012-08-27crude check to make sure element has a # for an idJacob 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-18listen to touchstart for dropdowns on mobileJacob Thornton1-4/+4
2012-06-02Merge branch 'accessibility' into 2.1.0-wipJacob Thornton1-14/+64
Conflicts: docs/assets/js/bootstrap.min.js docs/javascript.html docs/templates/pages/javascript.mustache
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton1-1/+1
2012-05-17remove logJacob Thornton1-2/+0
2012-05-17abandon activedescendant because it was awfulJacob Thornton1-19/+15
2012-05-17nearly everything working with activedescendant... then decide it's wrong.Jacob Thornton1-14/+70
2012-04-242.0.2 -> 2.0.3Jacob Thornton1-1/+1
2012-04-14change position of var in dropdown + cleanup makefile varsJacob Thornton1-1/+1
2012-04-14don't open dropdown if target is disabledJacob Thornton1-1/+5
2012-04-14add jshint support + a few minor stylistic changesJacob Thornton1-7/+9
2012-03-24return matcher value directly + cleanup first lines of filesJacob Thornton1-1/+1
2012-03-19prevent dropdowns from closing when clicking inside form element inside dropdownJacob Thornton1-1/+3
2012-03-122.0.2 derpv2.0.2Jacob Thornton1-1/+1
2012-02-162.0.1v2.0.1Jacob Thornton1-1/+1
2012-02-13add semicolons to the end of js filesJacob Thornton1-1/+1