aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
AgeCommit message (Collapse)AuthorFilesLines
2015-03-16Clarify that role="button" is required for dismiss-on-next-click popoversChris Rebert1-1/+1
Refs #15947
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black10-33/+33
Closes #15915 by merging it.
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart1-3/+5
2015-03-01Replace accidently removed textKevin Kirsche2-2/+2
X-Ref #15742 cc: @mdo
2015-02-24Merge pull request #15914 from StevenBlack/docs.js.headingsMark Otto2-9/+9
docs > js > headings
2015-02-25Document how to properly handle modals with dynamic content heightKevin Kirsche1-0/+3
Fixes #15106. Closes #15910.
2015-02-24Accessibility changes to headings (transitions.html)Steven Black1-2/+2
2015-02-24Accessibility changes to headings (overview.html)Steven Black1-7/+7
2015-02-24[Docs—Fixes #15882]Use an ID as the example for ScrollspyKevin Kirsche1-3/+3
Fixes #15882 — Use an ID as the example for Scrollspy so that it is more clear that this is for use with a single nav.
2015-02-19Fix #15712: Add example of how to use grid system within a modalKevin Kirsche1-0/+96
Closes #15725 by merging a tweaked version of it.
2015-02-19Affix docs: add MDN link for `position: sticky`Chris Rebert1-1/+1
2015-02-19Merge pull request #15773 from kkirsche/patch-16Chris Rebert1-2/+2
Fix #15766: Clarify Affix plugin docs
2015-02-19[Fixes #15766] Need Clearer Affix plugin documentationKevin Kirsche1-2/+2
[Fixes #15766] Need Clearer Affix plugin documentation Remove trailing whitespace Update the documentation
2015-02-12fix indentation of highlighted code in Modal docsChris Rebert1-5/+5
2015-02-06Update Twitter handle: @twbootstrap => @getbootstrapChris Rebert1-2/+2
Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo
2015-02-03[Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation ↵Kevin Kirsche2-2/+2
case [Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation case. Add to popovers
2015-02-03Merge pull request #15740 from twbs/carousel-events-targetChris Rebert1-0/+1
Clarify target of carousel events
2015-02-03Clarify target of carousel eventsChris Rebert1-0/+1
[skip sauce]
2015-02-03Clarify target of modal eventsChris Rebert1-0/+1
2015-01-26Fix validation errors.XhmikosR2-2/+2
Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors...
2015-01-21Move inline CSS to docs.css.XhmikosR10-42/+42
2015-01-18rm dummy href from dismiss-on-next-click popover example; fixes #15277Chris Rebert1-2/+2
2015-01-15Document that tooltip+popover show+hide methods are async; fixes #15500Chris Rebert2-6/+7
[skip sauce]
2015-01-13Document that calling tooltip/popover .show()/.hide() qualifies as manual ↵Chris Rebert2-6/+6
triggering Fixes #15465 [skip sauce]
2015-01-03overview.html: add missing <p>Chris Rebert1-1/+1
2014-12-30Document the VERSION property of the jQuery plugins; fixes #15202Chris Rebert1-0/+6
[skip sauce]
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-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