aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
AgeCommit message (Collapse)AuthorFilesLines
2014-08-23fixes #14441Mark Otto1-1/+2
2014-08-06Clean up buttons documentationHeinrich Fenkart1-90/+55
2014-08-06Small wording tweak in alert docsHeinrich Fenkart1-1/+1
2014-08-06Document that alerts are removed from the DOM when closed; fixes #14318Heinrich Fenkart1-3/+3
2014-08-04Merge branch 'KyleMit/add-default-settings-documentation'Chris Rebert1-0/+6
2014-08-04Add docs for how to change default JS plugin settingsKyle1-0/+6
Closes #14250.
2014-07-29Document arguments passed to `placement` function of tooltip/popoverHeinrich Fenkart2-135/+141
Closes #14255
2014-07-28Merge pull request #14256 from twbs/fix-14224Chris Rebert2-3/+9
Correctly doc args passed to function vals for `title` & `content` options of tooltips+popovers
2014-07-27Fix #14219: Document that empty tooltips+popovers do not get displayedChris Rebert2-1/+3
2014-07-27Fix #14224: Correctly document args passed to function vals for `title` & ↵Chris Rebert2-3/+9
`content` options of tooltips+popovers
2014-07-25dropdowns.html: Remove wrong "type" attribute.vsn4ik1-1/+1
2014-07-24fix #14115Chris Rebert2-2/+2
[skip sauce]
2014-07-23unfuck those dropdownsMark Otto1-16/+16
2014-07-23Merge pull request #14166 from hnrch02/docs-cleanupMark Otto2-21/+23
Docs cleanup
2014-07-23Merge pull request #14188 from twbs/doc-14148Chris Rebert1-0/+8
Document limitations of buttons JS plugin
2014-07-23Merge pull request #14191 from twbs/autocomplete-off-btnsChris Rebert1-13/+13
Use autocomplete="off" in buttons plugin docs examples
2014-07-21Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into ↵fat1-8/+8
mckramer-dropdown-aria Conflicts: docs/_includes/js/dropdowns.html
2014-07-18Make warning from #13875 slightly more detailedChris Rebert1-1/+1
[skip sauce]
2014-07-18Use autocomplete="off" in buttons plugin docs examplesChris Rebert1-12/+12
Refs #13875.
2014-07-18Document limitations of buttons JS pluginChris Rebert1-0/+8
Addresses #14148.
2014-07-17Merge alert examples and add `.bs-example-standalone` classHeinrich Fenkart1-3/+1
2014-07-17Clean up the Alert documentationHeinrich Fenkart1-8/+12
2014-07-17Clean up Affix documentationHeinrich Fenkart1-10/+10
2014-07-15popover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindexChris Rebert1-12/+10
Fixes #14038. Research supporting this choice of approach: https://gist.github.com/cvrebert/68659d0333a578d75372 Why not <button>? Even with a `tabindex` attribute, they don't gain focus when clicked upon in: * Mac OS X Firefox 30.0 * Mac OS X Safari 7.0.5
2014-07-14add docs note about browsers w/ JS disabled; fixes #14134Chris Rebert1-0/+3
[skip sauce]
2014-07-13typosMark Otto1-4/+4
2014-07-12Fixes #14132: add .alert-dismissible to docs examplesMark Otto1-2/+2
2014-07-12Fixes #14116: Use <button> elements over empty anchorsMark Otto1-10/+32
2014-07-10dropdowns.html: Add role="button" and id="..." to link in example.vsn4ik1-2/+1
2014-07-08Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectableChris Rebert1-2/+2
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group
2014-07-08Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵Chris Rebert1-2/+2
to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08add role="tabpanel" to .panel-collapse to improve accessibilityChris Rebert1-6/+6
Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08Merge pull request #14085 from twbs/tab-lis-role-presoChris Rebert2-15/+15
add role="presentation" to tab <li>s to improve accessibility
2014-07-08Add role="tabpanel" to .tab-pane <div>s to improve accessibilityChris Rebert1-16/+16
Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert2-15/+15
Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07Merge pull request #14072 from twbs/carousel-gloss-buttonsChris Rebert1-0/+6
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
2014-07-07Add screenreader text to prev/next carousel buttons in examples to improve ↵Chris Rebert1-0/+6
accessibility Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07add role="listbox" to .carousel-inner to improve accessibility of CarouselsChris Rebert1-3/+3
Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert1-1/+1
Follow-up to e9374c0609c9e63fd6033f684b18ff105e1756ae Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2 Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk [skip sauce]
2014-07-07nitpick phrasing of the docs added for #13835Chris Rebert1-2/+2
2014-07-06Fixes #13835: More explicitly document mobile dropdown menu dismissing behaviorMark Otto1-1/+3
2014-07-06Merge pull request #14021 from ↵Mark Otto2-2/+2
CFXd/add_collapsed_default_class_to_navbar_collapse_button Add collapsed default class to navbar-toggle
2014-07-05Merge pull request #14034 from twbs/deprecate-modal-remoteChris Rebert1-2/+4
Deprecate the `remote` option of modals?
2014-07-05`remote` modal docs: mention jQuery.load and other JS options as alternativesChris Rebert1-1/+3
[skip sauce]
2014-07-03modal docs formatting tweakChris Rebert1-1/+1
[skip sauce]
2014-07-03Mark the `remote` option of the Modal plugin as deprecated.Chris Rebert1-1/+1
Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760 Closes #13087 as WONTFIX. Closes #13597 as WONTFIX.
2014-07-03Merge pull request #13986 from twbs/address-13874Chris Rebert2-4/+4
docs: use valid JSON in compound option value examples
2014-07-02Add collapsed default class to navbar-toggleMichael Silber2-2/+2
2014-06-30Merge pull request #13988 from twbs/fix-13896Chris Rebert1-1/+1
doc that you can't use both data-ride and $().carousel() on the same carousel
2014-06-30Fix inconsistency between demo and displayed code for modal demoPatrick Robertson1-1/+1
Fixes #13991