aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap.js
AgeCommit message (Collapse)AuthorFilesLines
2013-02-05Fixes #6190: Add print utility classesMark Otto1-4/+5
2013-02-05screwed up a merge and an old version number crept inMark Otto1-1/+1
2013-02-05don't hide if already hidden ya n00bfat1-1/+1
2013-02-05clear interval in cycle + rebuildfat1-7/+9
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-18/+52
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-10Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long agoMark Otto1-2/+2
2012-12-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto1-5/+19
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-12/+30
2012-12-22Version bumpMark Otto1-13/+13
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat1-1/+4
2012-12-22remake jsfat1-1/+1
2012-12-22allow multiple trigger types in tooltip and popover + default tooltip to ↵fat1-8/+16
hover & focus
2012-12-21chnage for #6248fat1-1/+1
2012-12-21add support for [data-slide-to] attr on carouselfat1-1/+8
2012-12-21rewrite makefile to make a bit more "efficient" + rebuildfat1-0/+1
2012-12-21rebuildfat1-0/+1
2012-12-20Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-2/+2
Conflicts: docs/assets/css/bootstrap.css docs/templates/pages/base-css.mustache less/dropdowns.less less/forms.less
2012-12-20fix up code snippetMark Otto1-2/+2
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-22/+45
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-19lol we dont' have affix(refresh)fat1-2/+1
2012-12-19add js support for carousel indicatorsfat1-8/+21
2012-12-19whitespace in tooltip + don't pass empty selector to $() in dropdown.jsfat1-3/+3
2012-12-19can't extend bounding box thingyfat1-1/+2
2012-12-19fix ghetto ass timeout shitfat1-2/+14
2012-12-19remove inside support from tooltip + fix tooltip svg support + change ↵fat1-10/+8
makefile to rely on local npm install
2012-12-10Version bumpMark Otto1-13/+13
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-16/+149
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-2/+3
2012-12-07remove slide from carousel constructor #5579fat1-1/+0
2012-12-07rebuild and only select visible dropdown itemsfat1-2/+2
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-6/+136
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto1-3/+5
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-12-02run make on js changes to popoverMark Otto1-3/+4
2012-11-30version bump to 3.0Mark Otto1-13/+13
2012-11-05version bumpMark Otto1-13/+13
2012-10-302.2.1 - hotfix for carouselfat1-13/+13
2012-10-30fix carousel and rebuild jsfat1-2/+2
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-15/+15
2012-10-17don't lookup typeahead when shift alt or ctrl are pushedJacob Thornton1-0/+3
2012-10-17when static, refocus on clickJacob Thornton1-3/+5
2012-10-17Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipJacob Thornton1-3/+4
2012-10-17Merge branch 'delegate-api-to-document' of ↵Jacob Thornton1-60/+43
git://github.com/badcarl/bootstrap into badcarl-delegate-api-to-document Conflicts: js/bootstrap-carousel.js
2012-10-17Merge pull request #5309 from erlendfh/dropdown-bugfixbilly gates1-3/+4
Fixed bug in dropdown toggle where menu would only clear on the first dropdown
2012-10-17rebuildJacob Thornton1-5/+5
2012-10-17fix carousel eventJacob Thornton1-6/+9
2012-10-16fixes #5336: reorder focus() call to avoid scrollingmfansler1-4/+4
2012-09-27Fixed bug in dropdown toggle where menu would only clear on the first drop downErlend Halvorsen1-3/+4