aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
AgeCommit message (Collapse)AuthorFilesLines
2015-01-19nuke filesMark Otto1-151/+0
2015-01-03Merge branch 'master' into v4Mark Otto3-569/+1
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/page-header.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/code.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/whats-included.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/javascript.html docs/_jade/customizer-variables.jade docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/customize.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/glyphicons.less less/mixins/vendor-prefixes.less less/navbar.less less/popovers.less less/tables.less less/theme.less less/tooltip.less less/variables.less package.json scss/_carousel.scss scss/_close.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2014-12-30Document the VERSION property of the jQuery plugins; fixes #15202Chris Rebert1-0/+6
[skip sauce]
2014-12-29update docs to use .{tooltip,popover}-{left,right,top,bottom}Chris Rebert2-8/+8
2014-12-29rename .arrow => .popover-arrowChris Rebert1-6/+6
2014-12-12Revert "fix typo in carousel doc"Julian Thilo1-1/+1
2014-12-12fix typoEmmanuel Gautier1-1/+1
2014-12-07``aria-label="close"`` instead of sr-only ``span``Patrick H. Lauke2-12/+11
shorter, neater, well supported
2014-12-04Merge pull request #15214 from twbs/example-idsChris Rebert9-11/+11
Give all embedded live docs examples data-example-id attrs [skip sauce]
2014-12-01nuke the other incomplete example per @ianwMark Otto1-9/+0
2014-11-30Merge branch 'master' into v4Mark Otto3-39/+38
Conflicts: Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.eot dist/fonts/glyphicons-halflings-regular.svg dist/fonts/glyphicons-halflings-regular.ttf dist/fonts/glyphicons-halflings-regular.woff docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/labels.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/responsive-utilities.html docs/_includes/css/sass.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/whats-included.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/tabs.html docs/_includes/nav/components.html docs/_includes/nav/css.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/fonts/glyphicons-halflings-regular.eot docs/dist/fonts/glyphicons-halflings-regular.svg docs/dist/fonts/glyphicons-halflings-regular.ttf docs/dist/fonts/glyphicons-halflings-regular.woff docs/examples/carousel/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/sticky-footer-navbar/index.html docs/examples/theme/index.html fonts/glyphicons-halflings-regular.eot fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.ttf fonts/glyphicons-halflings-regular.woff less/_carousel.less less/_forms.less less/glyphicons.less
2014-11-30clarify collapse example with link and button triggers; also mention classesMark Otto1-8/+21
2014-11-29Fixes #15241: Add simple example to docs for collapse pluginMark Otto1-2/+26
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert9-11/+11
Refs #11410
2014-11-20Merge pull request #15159 from twbs/docs-mutedXhmikosR1-2/+1
Clean up old `muted` references and switch to `text-muted`.
2014-11-20Merge pull request #15111 from twbs/events-tables-wrappingChris Rebert10-10/+10
Don't line wrap event names in JS plugin docs
2014-11-20Clean up old `muted` references and switch to `text-muted`.XhmikosR1-2/+1
2014-11-19Merge pull request #15090 from twbs/dropdowns-eventsChris Rebert1-4/+5
consolidate relatedTarget docs in dropdown event docs
2014-11-17Merge pull request #15125 from patrickhlauke/docs-clean-upChris Rebert3-4/+4
Docs clean up - unnecessary role attributes, callout clarifications
2014-11-16rm redundant role="button" from <button>Chris Rebert1-1/+1
2014-11-16Add modal autofocus examplehillai1-1/+6
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke2-2/+2
plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109
2014-11-14Redundant role="form" on <form>sPatrick H. Lauke1-2/+2
2014-11-13give all docs callouts IDsChris Rebert9-32/+32
[skip sauce]
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert10-10/+10
2014-11-12Merge pull request #15089 from twbs/data-attrib-calloutChris Rebert1-5/+5
move data attributes callout into data attributes doc subsection
2014-11-11JS docs: add Options, Methods, Events subsections to nav sidebarChris Rebert10-26/+26
2014-11-11Merge pull request #15092 from twbs/scrollspy-calloutsChris Rebert1-8/+8
move scrollspy callouts so they're all adjacent to each other [skip sauce]
2014-11-11move scrollspy callouts so they're all adjacent to each otherChris Rebert1-8/+8
2014-11-11move popover examples heading to directly before the actual examplesChris Rebert1-1/+1
2014-11-11consolidate relatedTarget docs in dropdown event docsChris Rebert1-4/+5
2014-11-11move data attributes callout into data attributes doc subsectionChris Rebert1-5/+5
2014-11-11move carousel accessibility callout next to rest of calloutsChris Rebert1-5/+5
2014-11-11move single-toggle button plugin callout before example for consistencyChris Rebert1-4/+4
2014-11-12Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaksHeinrich Fenkart2-9/+9
Wash-up of some stray dropdown examples
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke2-9/+9
adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button"
2014-11-11Merge pull request #15077 from jayanthkoushik/issue-15076-fixMark Otto1-0/+5
Fix Issue #15076.
2014-11-11aria-hidden added to some stray glyphiconsPatrick H. Lauke1-6/+6
plus minor tweak to customizer's generated alerts
2014-11-11Fix Issue #15076.Jayanth Koushik1-0/+5
This commit adds documentation explaining the need to have an initial .active element in carousels.
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-18/+22
Closes #14951 by merging it.
2014-11-09Merge branch 'master' into derpMark Otto2-0/+569
Conflicts: Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/button-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/js/carousel.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/justified-nav/index.html less/_forms.less less/_tooltip.less less/navs.less less/theme.less
2014-11-04Add initialization examples to tooltip and popover "Opt-in functionality" ↵Jayanth Koushik2-0/+13
callouts Fixes #14950. Closes #15015 by merging it.
2014-11-03Add event.relatedTarget + `data-*` example to Modal docsChris Rebert1-0/+80
Fixes #14245
2014-11-01Fix typoAaron Cordovez1-1/+1
Corrected spelling of the word "elements"
2014-11-01fix whitespace in js dropdown docsManuel Meurer1-1/+1
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
Closes #14941
2014-10-26Merge branch 'master' into derpMark Otto1-0/+151
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/dropdowns.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/less.html docs/_includes/css/overview.html docs/_includes/css/responsive-utilities.html docs/_includes/customizer-variables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/getting-started.html docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/components.html docs/components/navbar.md docs/css.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html docs/getting-started.html docs/javascript.html docs/migration.html less/_animation.less less/_modal.less less/_navbar.less less/_variables.less less/glyphicons.less less/navs.less less/panels.less less/progress-bars.less
2014-10-26Tabs plugin accessibilityCameron Little1-10/+10
Added support for `aria-expanded` toggling via JavaScript. Added `aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs. Added `aria-expanded` unit test for the tabs plugin. See also #13554. Closes #14154 by merging it.
2014-10-22Merge pull request #14859 from twbs/fix-14853Chris Rebert1-4/+12
Clarify order of tabs events
2014-10-22Clarify order of tabs events; fixes #14853Chris Rebert1-4/+12
[skip sauce]