aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16Fix broke dropdown navbar exampleMark Otto1-2/+2
2013-05-16change namespace back to dot notation and someother js shizzlefat1-1/+1
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat1-3/+3
allows for firefox middle click
2013-05-12fix broke exampleMark Otto1-1/+1
2013-05-09fix some broke buttons on the js pageMark Otto1-7/+7
2013-05-08.bs-docs-sidenote to .bs-calloutMark Otto1-10/+10
2013-05-08.bs-docs-tooltip-examples to .bs-example-tooltipsMark Otto1-2/+2
2013-05-08.bs-docs-example to .bs-exampleMark Otto1-20/+20
2013-05-08Super massive docs overhaulMark Otto1-0/+1741
* 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-03-28holy crap new docs layout separate from home, no more top navbarMark Otto1-1847/+0
2013-03-28new subnav on all pagesMark Otto1-36/+19
2013-03-26docs fixes with new .bs-docs-container; fixing some lingering grid classesMark Otto1-1/+1
2013-03-26New grid classesMark Otto1-2/+2
2013-03-26Merge branch '3.0.0-wip' of https://github.com/psylabs/bootstrap into ↵Mark Otto1-1/+1
psylabs-3.0.0-wip Conflicts: less/tests/navbar-fixed-top.html less/tests/navbar-static-top.html less/tests/navbar.html
2013-03-25Fixed all the .brand in navbar to .navbar-brandmo1-2/+2
2013-03-16Use form elements in checkbox and radio button groupsMark Otto1-12/+36
* Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat
2013-03-14fix example navbar brandMark Otto1-1/+1
2013-03-14use the proper selectorMark Otto1-1/+1
2013-03-08fix grammatical mistakes in carousel docsJake Benilov1-1/+1
2013-02-17fix broken marketing section with updated classMark Otto1-1/+1
2013-02-16add visibility note to docs about captionsMark Otto1-0/+1
2013-02-16Re-add carousel captions as optionalMark Otto1-9/+55
* They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports
2013-02-16All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-starMark Otto1-16/+16
2013-02-16Overhaul carousel a bit more:Mark Otto1-17/+5
* Drop custom type arrow controls for glyphicons icons instead for more consistent rendering * Remove the captions and instead let folks implement what they want in the carousel * Move the indicators to the bottom middle instead of top right * Lighten up gradients on the edges for less harsh lighting
2013-02-15Fix typo on JavaScript documentationCan Burak Cilingir1-1/+1
2013-02-14Convert JS page to pygments; nuke prettify assetsMark Otto1-225/+331
2013-02-12rearrange jekyll and docsMark Otto1-0/+1699
2013-02-12nuke what we don't need for jekyllMark Otto1-1829/+0
2013-02-07Merge branch 'master' into 3.0.0-wipMark Otto1-0/+3
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07update example codeMark Otto1-13/+16
2013-02-07nuke that whitespaceMark Otto1-1/+0
2013-02-07finish modal tweaksMark Otto1-2/+1
2013-02-07update docs modalsMark Otto1-41/+55
2013-02-07add new modal to docs exampleMark Otto1-14/+20
2013-02-06Fixes #6823: add some docs notes about tooltips in input groupsMark Otto1-0/+3
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+1
2013-02-05Update link to changelogMark Otto1-1/+1
2013-01-31Remove gallery link from navbar; add to homepage examples section insteadMark Otto1-3/+0
2013-01-17comment tweaks and updating starter templateMark Otto1-1/+1
2013-01-17Update commenting and structure of layout.mustacheMark Otto1-5/+7
2013-01-17Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+9
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less
2013-01-17Restore nav tabs, pills, justified variation, disabled links, and a few more ↵Mark Otto1-1/+1
things. Still need to add the dropdowns back though.
2013-01-17Update Getting Started page to include mention of RespondMark Otto1-1/+1
2013-01-17Add respond.js to main docs pages, but only for IE8 and downMark Otto1-1/+1
2013-01-17Update nav and add bounds for tablet containerMark Otto1-1/+1
2013-01-14Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-0/+8
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto1-1/+1
2013-01-13fix typoYohn1-1/+1
2013-01-13added container options to docs for popoverYohn1-0/+8
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-51/+63
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