aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2013-06-01Fix for carousel indicatorsRobert Burns1-1/+1
2013-05-29fix event binding in modal.jsfat1-7/+7
2013-05-27fixes #7163fat1-8/+11
2013-05-25add data-ride=carousel support for starting carousel on loadJacob Thornton1-1/+8
2013-05-24fixes #4781Jacob Thornton1-3/+4
2013-05-24add show/shown hide/hidden events to dropdown + update dropdown links for ↵Jacob Thornton5-13/+90
testing + catch a few missed namespace things
2013-05-22fixes #6898: typo in modal testMark Otto1-4/+4
2013-05-22remove 3rd arg from $.each callfat1-1/+1
2013-05-21upgrade jshint to 2.1.2 for anton <3Jacob Thornton13-50/+50
2013-05-16change namespace back to dot notation and someother js shizzlefat21-102/+104
2013-05-16fix tooltip defaultsfat1-1/+1
2013-05-16carousel bug with datafat1-1/+1
2013-05-16only overlay dropdowns for mobilefat1-1/+5
2013-05-16fix testsfat11-65/+67
2013-05-16add bs- prefix to tooltipfat1-3/+3
2013-05-16straight trash wangfat10-648/+604
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat2-81/+58
allows for firefox middle click
2013-05-16update collapse js stylefat1-90/+76
2013-05-16a bunch javascript junkfat30-973/+385
2013-04-23'js' folder .editorconfig code guide updatesStephen Edgar27-27/+27
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 Otto5-4/+29
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-28shiiiitfat2-1/+18
2013-02-282.3.1fat13-13/+13
2013-02-28only pass unique options through to child nodes in tooltipsfat1-1/+9
2013-02-28pass true to cyclefat1-1/+1
2013-02-28le sighfat1-1/+1
2013-02-07Merge branch 'master' into 3.0.0-wipMark Otto4-12/+14
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-wipfat2-3/+3
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-06unit testsYohn1-2/+2
2013-02-06dont remove title attribute part 2Yohn1-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 Otto7-18/+109
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-wipfat2-5/+5
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat4-86/+39
2013-02-05Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ↵fat4-3/+137
ghusse-2.3.0-wip
2013-02-05Merge pull request #6783 from joprice/popoverOptionsOverridefat-kun2-4/+4
reordered access of options in tooltip and popover
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-0/+1
2013-02-05Merge pull request #6488 from nanek/dropdowns-remove-touchstartfat-kun1-6/+6
Remove touchstart from bootstrap-dropdown.js.
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat1-1/+1
2013-02-05update jquery to 1.9fat1-2/+5
2013-02-04fix typoJoseph Price1-1/+1
2013-02-02reordered access of options in tooltip and popover to allow overriding data ↵Joseph Price2-4/+4
attrs from js
2013-01-29Fix tooltip positioning for IE8Guillaume Smet1-1/+1
IE8 defines a placeholder object getBoundingClientRect which breaks the new getPosition() method