aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
AgeCommit message (Expand)AuthorFilesLines
2015-01-18rm dummy href from dismiss-on-next-click popover example; fixes #15277Chris Rebert1-2/+2
2015-01-15Document that tooltip+popover show+hide methods are async; fixes #15500Chris Rebert2-6/+7
2015-01-13Document that calling tooltip/popover .show()/.hide() qualifies as manual tri...Chris Rebert2-6/+6
2015-01-03overview.html: add missing <p>Chris Rebert1-1/+1
2014-12-30Document the VERSION property of the jQuery plugins; fixes #15202Chris Rebert1-0/+6
2014-12-12Revert "fix typo in carousel doc"Julian Thilo1-1/+1
2014-12-12fix typoEmmanuel Gautier1-1/+1
2014-12-07``aria-label="close"`` instead of sr-only ``span``Patrick H. Lauke2-12/+11
2014-12-04Merge pull request #15214 from twbs/example-idsChris Rebert9-11/+11
2014-12-01nuke the other incomplete example per @ianwMark Otto1-9/+0
2014-11-30clarify collapse example with link and button triggers; also mention classesMark Otto1-8/+21
2014-11-29Fixes #15241: Add simple example to docs for collapse pluginMark Otto1-2/+26
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert9-11/+11
2014-11-20Merge pull request #15159 from twbs/docs-mutedXhmikosR1-2/+1
2014-11-20Merge pull request #15111 from twbs/events-tables-wrappingChris Rebert10-10/+10
2014-11-20Clean up old `muted` references and switch to `text-muted`.XhmikosR1-2/+1
2014-11-19Merge pull request #15090 from twbs/dropdowns-eventsChris Rebert1-4/+5
2014-11-17Merge pull request #15125 from patrickhlauke/docs-clean-upChris Rebert3-4/+4
2014-11-16rm redundant role="button" from <button>Chris Rebert1-1/+1
2014-11-16Add modal autofocus examplehillai1-1/+6
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke2-2/+2
2014-11-14Redundant role="form" on <form>sPatrick H. Lauke1-2/+2
2014-11-13give all docs callouts IDsChris Rebert9-32/+32
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert10-10/+10
2014-11-12Merge pull request #15089 from twbs/data-attrib-calloutChris Rebert1-5/+5
2014-11-11JS docs: add Options, Methods, Events subsections to nav sidebarChris Rebert10-26/+26
2014-11-11Merge pull request #15092 from twbs/scrollspy-calloutsChris Rebert1-8/+8
2014-11-11move scrollspy callouts so they're all adjacent to each otherChris Rebert1-8/+8
2014-11-11move popover examples heading to directly before the actual examplesChris Rebert1-1/+1
2014-11-11consolidate relatedTarget docs in dropdown event docsChris Rebert1-4/+5
2014-11-11move data attributes callout into data attributes doc subsectionChris Rebert1-5/+5
2014-11-11move carousel accessibility callout next to rest of calloutsChris Rebert1-5/+5
2014-11-11move single-toggle button plugin callout before example for consistencyChris Rebert1-4/+4
2014-11-12Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaksHeinrich Fenkart2-9/+9
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke2-9/+9
2014-11-11Merge pull request #15077 from jayanthkoushik/issue-15076-fixMark Otto1-0/+5
2014-11-11aria-hidden added to some stray glyphiconsPatrick H. Lauke1-6/+6
2014-11-11Fix Issue #15076.Jayanth Koushik1-0/+5
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-18/+22
2014-11-04Add initialization examples to tooltip and popover "Opt-in functionality" cal...Jayanth Koushik2-0/+13
2014-11-03Add event.relatedTarget + `data-*` example to Modal docsChris Rebert1-0/+80
2014-11-01Fix typoAaron Cordovez1-1/+1
2014-11-01fix whitespace in js dropdown docsManuel Meurer1-1/+1
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
2014-10-26Tabs plugin accessibilityCameron Little1-10/+10
2014-10-22Merge pull request #14859 from twbs/fix-14853Chris Rebert1-4/+12
2014-10-22Clarify order of tabs events; fixes #14853Chris Rebert1-4/+12
2014-10-22Document .alert-dismissible .close restrictions; fixes #14802Chris Rebert1-0/+1
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes1-0/+8
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke1-2/+6