aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
AgeCommit message (Expand)AuthorFilesLines
2014-07-07Merge pull request #14072 from twbs/carousel-gloss-buttonsChris Rebert1-0/+6
2014-07-07Add screenreader text to prev/next carousel buttons in examples to improve ac...Chris Rebert1-0/+6
2014-07-07add role="listbox" to .carousel-inner to improve accessibility of CarouselsChris Rebert1-3/+3
2014-07-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert1-1/+1
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 CFXd/add_collapsed_default_class_to_navbar_col...Mark Otto2-2/+2
2014-07-05Merge pull request #14034 from twbs/deprecate-modal-remoteChris Rebert1-2/+4
2014-07-05`remote` modal docs: mention jQuery.load and other JS options as alternativesChris Rebert1-1/+3
2014-07-03modal docs formatting tweakChris Rebert1-1/+1
2014-07-03Mark the `remote` option of the Modal plugin as deprecated.Chris Rebert1-1/+1
2014-07-03Merge pull request #13986 from twbs/address-13874Chris Rebert2-4/+4
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
2014-06-30Fix inconsistency between demo and displayed code for modal demoPatrick Robertson1-1/+1
2014-06-29doc that you can't use both data-ride and $().carousel() on the same carousel...Chris Rebert1-1/+1
2014-06-29docs: use valid JSON in compound option value examplesChris Rebert2-4/+4
2014-06-29fix #13979Chris Rebert1-1/+1
2014-06-26docs: minor correction to the focus-triggered popover demo explanationChris Rebert1-1/+1
2014-06-26fix class names in popover live examples in docsChris Rebert1-2/+2
2014-06-19tweak alert per #13875Mark Otto1-1/+1
2014-06-18Fix dismissible spellingBas Bosman1-2/+2
2014-06-17popovers.html: fix typo: "Dimissmisable"Chris Rebert1-2/+2
2014-06-12Update generated markup by the tooltip plugin in docs; fixes #13796Heinrich Fenkart1-2/+2
2014-05-22clarify and danger-ify affix docs usage requirements, per #10235Mark Otto1-1/+1
2014-05-16add `target` option to Affix pluginAttila Dobi1-0/+7
2014-05-14update default 'template' value in popover docsChris Rebert1-1/+1
2014-05-14add 'container' option motivation to tooltip docsChris Rebert1-1/+1
2014-05-14add 'selector' option motivation to tooltip docsChris Rebert1-1/+1
2014-05-14add multiple triggers info to popover docsChris Rebert1-1/+1
2014-05-14add 'viewport' option to popover docs; #12328 erratumChris Rebert1-0/+8
2014-05-14docs: sort tooltip & container options for sanityChris Rebert2-51/+51
2014-05-09Merge pull request #13558 from twbs/nav-tabs-role-tablistChris Rebert2-16/+16
2014-05-09add role="button" to [data-slide="prev"],[data-slide="next"] to improve acces...Chris Rebert1-6/+6
2014-05-09add role="tab" to .nav-tabs [data-toggle="tab"]Chris Rebert1-12/+12
2014-05-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert2-4/+4
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
2014-04-25Merge pull request #13396 from twbs/carousel-eventsChris Rebert1-0/+5
2014-04-24Document .direction & .relatedTarget properties of Carousel events.Chris Rebert1-0/+5
2014-04-24document that show-ing a tooltip/popover on a hidden element doesn't work; fi...Chris Rebert2-0/+8
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 checkbo...Chris Rebert1-8/+16
2014-04-01help avoid misuse of Carousel's .active when copy-pasting from examples; fix ...Chris Rebert1-1/+7
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
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-0/+8