aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/carousel.html
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10Adds callout for `.icon-next`, `.icon-prev`Zac Echola1-0/+5
2015-04-07Carousel docs: fix typo in holder.js colorChris Rebert1-1/+1
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-6/+6
Closes #15915 by merging it.
2015-02-03Clarify target of carousel eventsChris Rebert1-0/+1
[skip sauce]
2015-01-21Move inline CSS to docs.css.XhmikosR1-5/+5
2014-12-12Revert "fix typo in carousel doc"Julian Thilo1-1/+1
2014-12-12fix typoEmmanuel Gautier1-1/+1
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-2/+2
Refs #11410
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert1-1/+1
2014-11-11JS docs: add Options, Methods, Events subsections to nav sidebarChris Rebert1-3/+3
2014-11-11move carousel accessibility callout next to rest of calloutsChris Rebert1-5/+5
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-01Fix typoAaron Cordovez1-1/+1
Corrected spelling of the word "elements"
2014-10-03Add `keyboard` option to carouselHeinrich Fenkart1-0/+6
Also adds unit tests for keyboard events. Fixes #14468.
2014-08-23fixes #14441Mark Otto1-1/+2
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-06-29doc that you can't use both data-ride and $().carousel() on the same ↵Chris Rebert1-1/+1
carousel; fixes #13896 [skip sauce]
2014-05-09add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵Chris Rebert1-6/+6
accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-06tweak formatting in Carousel docs for clarity; fixes #13522Chris Rebert1-1/+1
2014-04-24Document .direction & .relatedTarget properties of Carousel events.Chris Rebert1-0/+5
Fixes #13395
2014-04-01help avoid misuse of Carousel's .active when copy-pasting from examples; fix ↵Chris Rebert1-1/+7
#13252
2014-03-16Break up docs into includesMark Otto1-0/+225