aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap.js
AgeCommit message (Collapse)AuthorFilesLines
2013-07-18flatten docs dir back into rootMark Otto1-1904/+0
2013-07-18cleaner way of preventing double click events + clean up tests for jshintfat1-1/+1
2013-07-18get button js working with actual form elements p coollfat1-10/+13
2013-07-17fixes #7776fat1-10/+13
2013-07-17rebuild js + fixes #7583fat1-1/+1
2013-07-17make sure triggering element is visible before focusing #7521fat1-1/+1
2013-07-17Merge branch '3.0.0-wip' of git://github.com/muan/bootstrap into muan-3.0.0-wipfat1-1/+1
Conflicts: docs/assets/js/bootstrap.min.js
2013-07-17fix #7000fat1-4/+4
2013-07-17fixes #6691fat1-7/+12
2013-07-17rebuild doefat1-8/+13
2013-06-28Tooltip: apply position class before positioningMu-An Chiou1-1/+1
2013-06-28Run make on JSMark Otto1-0/+3
2013-06-27make on js i guess? /cc @fatMark Otto1-1/+1
2013-06-20Fixes #7730: Better hiding of empty titles in popoversMark Otto1-0/+2
If the popover's title contains no text, hide it via JS. Previously was done via CSS's `:empty` property, but that doesn't work in IE8, so JS it is. /cc @fat becaue I probably did this wrong <3
2013-06-01Fix for carousel indicatorsRobert Burns1-1/+1
2013-05-29fix event binding in modal.jsfat1-7/+7
2013-05-27rebuildfat1-8/+11
2013-05-27fixes #7163fat1-2/+9
2013-05-24fixes #4781Jacob Thornton1-3/+4
2013-05-24add show/shown hide/hidden events to dropdown + update dropdown links for ↵Jacob Thornton1-13/+23
testing + catch a few missed namespace things
2013-05-22remove 3rd arg from $.each callfat1-1/+1
2013-05-21upgrade jshint to 2.1.2 for anton <3Jacob Thornton1-49/+49
2013-05-16Run make on latest JSMark Otto1-50/+50
2013-05-16fix tooltip defaultsfat1-1/+1
2013-05-16carousel bug with datafat1-1/+1
2013-05-16only overlay dropdowns for mobilefat1-12/+16
2013-05-16fix testsfat1-634/+592
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat1-169/+132
allows for firefox middle click
2013-05-16a bunch javascript junkfat1-596/+246
2013-04-26running makeMark Otto1-7/+14
2013-04-23'docs' folder .editorconfig code guide updatesStephen Edgar1-1/+1
2013-03-29Modify scrollspy to add .active to all parent li items /cc @fatMark Otto1-2/+2
2013-03-01Merge branch 'master' into 3.0.0-wipMark Otto1-4/+12
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-28shiiiitfat1-1/+1
2013-02-282.3.1fat1-13/+13
2013-02-28rebuildfat1-1/+0
2013-02-28only pass unique options through to child nodes in tooltipsfat1-1/+10
2013-02-28rebuildfat1-1/+1
2013-02-28le sighfat1-1/+1
2013-02-07Merge branch 'master' into 3.0.0-wipMark Otto1-10/+12
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07remove prevent default on focusfat1-1/+0
2013-02-07only fire hidden once backdrop has been removedfat1-8/+9
2013-02-07Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat1-1/+1
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07if no callback, don't try to call callback ya gooffat1-0/+2
2013-02-07fix js from @fat feedback for modalMark Otto1-1/+1
2013-02-06Fixes #6823: add some docs notes about tooltips in input groupsMark Otto1-1/+1
2013-02-06Overhaul modal to make it responsive and not super lameMark Otto1-1/+5
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-16/+65
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-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat1-5/+6
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat1-5/+52