aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09add role="tab" to .nav-tabs [data-toggle="tab"]Chris Rebert1-12/+12
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert2-4/+4
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-06tweak formatting in Carousel docs for clarity; fixes #13522Chris Rebert1-1/+1
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert2-9/+9
Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog
2014-04-25Merge pull request #13396 from twbs/carousel-eventsChris Rebert1-0/+5
Carousel event properties
2014-04-24Document .direction & .relatedTarget properties of Carousel events.Chris Rebert1-0/+5
Fixes #13395
2014-04-24document that show-ing a tooltip/popover on a hidden element doesn't work; ↵Chris Rebert2-0/+8
fixes #13362
2014-04-21document that non-:visible scrollspy targets are ignored; fixes #13394Chris Rebert1-0/+4
2014-04-19quote attribute value in selector in JS docs exampleChris Rebert1-1/+1
2014-04-07Fixes #13208: Drop <b> for <span> in code snippets and examplesMark Otto3-8/+8
2014-04-04Replace $.fn.bind with $.fn.on in alert docsHeinrich Fenkart1-1/+1
2014-04-02document that you have to add .active yourself on prechecked btn-ized ↵Chris Rebert1-8/+16
checkboxes+radios; fixes #12651
2014-04-01help avoid misuse of Carousel's .active when copy-pasting from examples; fix ↵Chris Rebert1-1/+7
#13252
2014-03-26doc that popover content() is given the element as an arg; fix #13175Chris Rebert1-1/+4
2014-03-26Document `template` option of tooltip & popover; fixes #13088Chris Rebert2-18/+41
Also capitalize column titles and descriptions.
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-0/+8
2014-03-17Separate JS includes for alerts and popoversJulian Thilo2-76/+71
/cc @mdo
2014-03-16Break up docs into includesMark Otto12-0/+2124