aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
AgeCommit message (Collapse)AuthorFilesLines
2014-10-22Document .alert-dismissible .close restrictions; fixes #14802Chris Rebert1-0/+1
[skip sauce]
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes1-0/+8
Closes #14772.
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke1-2/+6
also includes tiny fix/clarification to two existing unit tests for the .active class, adding data-toggle=“button” explicitly to the tested buttons Closes #14819.
2014-10-20add role="button" to a couple more dummy-anchor btnsChris Rebert1-2/+2
2014-10-07Change Twitter links to use `https`.XhmikosR1-24/+24
2014-10-02Merge pull request #14590 from twbs/carousel-keyboard-optionJacob1-0/+6
Add `keyboard` option to carousel
2014-10-02more gruntMark Otto1-1/+1
2014-10-02Fixes #14711: Account for list groups in collapsing panelsMark Otto1-0/+22
2014-10-03Add `keyboard` option to carouselHeinrich Fenkart1-0/+6
Also adds unit tests for keyboard events. Fixes #14468.
2014-10-02Fix #12563: Reiterate that empty tooltips+popovers do not get displayedDavid Nguyen2-2/+2
2014-09-30Added default collapsed class to the collapsed accordion html code example ↵Nicole Bartelt1-2/+2
in the docs
2014-09-30Added default collapsed class to the collapsed accordion examples in the docsNicole Bartelt1-2/+2
2014-09-23Merge pull request #14674 from twbs/fix-14478Mark Otto1-2/+4
Document that the autofocus attribute doesn't work in modals.
2014-09-23linkify reference to Nav component in Scrollspy docsChris Rebert1-1/+1
2014-09-23Document that the autofocus attribute doesn't work in modals.Chris Rebert1-2/+4
Closes #14478.
2014-09-22fixes #14654: callout for scrollspy-nav linkMark Otto1-0/+5
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
[skip sauce]
2014-09-12add aria-labelledby to accordion example to improve accessibilityChris Rebert1-12/+12
2014-09-12Merge pull request #14579 from twbs/accordion-heading-role-tabChris Rebert1-6/+6
add role="tab" to .panel-heading-s in accordion example to improve accessibility
2014-09-08add role="tab" to .panel-heading-s in accordion example to improve accessibilityChris Rebert1-6/+6
2014-09-09ARIA support for collapsePatrick H. Lauke1-9/+14
Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153.
2014-09-04Fixed typos involving apostrophesgitname1-3/+3
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).
2014-09-03Add Wall of Browser bugs entry for #793Chris Rebert1-1/+1
Also, link to the Mozilla bug in the relevant callout.
2014-08-27Fixes #14439: Add static tooltip example to docsMark Otto1-0/+29
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