aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js
AgeCommit message (Collapse)AuthorFilesLines
2013-07-18flatten docs dir back into rootMark Otto7-2494/+0
2013-07-18cleaner way of preventing double click events + clean up tests for jshintfat2-2/+2
2013-07-18get button js working with actual form elements p coollfat2-11/+14
2013-07-17fixes #7776fat2-11/+14
2013-07-17rebuild js + fixes #7583fat2-2/+2
2013-07-17make sure triggering element is visible before focusing #7521fat2-2/+2
2013-07-17Merge branch '3.0.0-wip' of git://github.com/muan/bootstrap into muan-3.0.0-wipfat2-2/+2
Conflicts: docs/assets/js/bootstrap.min.js
2013-07-17fix #7000fat2-5/+5
2013-07-17fixes #6691fat2-8/+13
2013-07-17rebuild doefat2-9/+14
2013-07-05Remove further mentions of GlyphiconsMark Otto1-2/+0
2013-06-28Tooltip: apply position class before positioningMu-An Chiou2-2/+2
2013-06-28Run make on JSMark Otto2-1/+4
2013-06-27make on js i guess? /cc @fatMark Otto2-2/+2
2013-06-20Fixes #7730: Better hiding of empty titles in popoversMark Otto2-1/+3
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-19Offcanvas example updateMark Otto1-100/+0
* Remove plugin file and put JS inline * Update grid layout to use tablet columns * Switch from LESS to CSS for transition * Pad footer sides for better mobile rendering * Spacing cleanup
2013-06-19Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap ↵Mark Otto1-0/+100
into trumbitta-offcanvas-example
2013-06-16upgrade holder to 2.0, update thumbnail examples in docs to fit inside ↵Ivan Malopinsky1-124/+142
containers
2013-06-12Merge pull request #8156 from baer/toggle-button-fixMark Otto1-3/+3
Docs Customize toggle button used incorrect selectors
2013-06-12Merge pull request #8158 from baer/download-button-fix-properMark Otto1-6/+7
Docs "Customize and Download" button didn't send the correct parameters
2013-06-12Docs Customize "Customize and Download" button not working properlyEric Baer1-6/+7
2013-06-12Docs Customize toggle button used incorrect selectorsEric Baer1-3/+3
2013-06-09Update docs JS to prevent clicks on links with hash hrefsMark Otto1-1/+1
2013-06-09No more need for grid column highlighting, so nuke thatMark Otto1-8/+0
2013-06-01Fix for carousel indicatorsRobert Burns2-2/+2
2013-05-29fix event binding in modal.jsfat2-8/+8
2013-05-27rebuildfat2-9/+12
2013-05-27fixes #7163fat2-3/+10
2013-05-24fixes #4781Jacob Thornton2-4/+5
2013-05-24add show/shown hide/hidden events to dropdown + update dropdown links for ↵Jacob Thornton2-14/+24
testing + catch a few missed namespace things
2013-05-23rearrange customizer contentMark Otto1-1/+1
2013-05-22fix up customizer js and classes; turn buttons into real buttonsMark Otto1-18/+11
2013-05-22remove 3rd arg from $.each callfat2-2/+2
2013-05-21remove jszip filesJacob Thornton2-2430/+0
2013-05-21upgrade jshint to 2.1.2 for anton <3Jacob Thornton4-50/+2480
2013-05-16Run make on latest JSMark Otto2-51/+51
2013-05-16remove prettyprint js mentionMark Otto1-3/+0
2013-05-16fix tooltip defaultsfat2-2/+2
2013-05-16remove dumb assets update makefile wassupfat26-4240/+0
2013-05-16carousel bug with datafat3-3/+3
2013-05-16only overlay dropdowns for mobilefat6-25/+33
2013-05-16fix testsfat12-1285/+1201
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat4-338/+264
allows for firefox middle click
2013-05-16Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat1-9/+9
Conflicts: Makefile docs/_site/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.min.js docs/customize.html docs/docs.html
2013-05-16a bunch javascript junkfat27-862/+2434
2013-05-08.bs-docs-top to .bs-topMark Otto1-1/+1
2013-05-08more work on the sidenav, including small css refactor and new classesMark Otto1-1/+1
2013-05-08Super massive docs overhaulMark Otto1-8/+8
* Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work)
2013-05-08Drop typeahead.js--instead try Twitter's typeahead pluginMark Otto2-336/+1
2013-05-08add offcanvas layout example based on bradfrost/this-is-responsiveWilliam Ghelfi1-0/+100