aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/alerts.html
AgeCommit message (Collapse)AuthorFilesLines
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-2/+2
Closes #15915 by merging it.
2015-01-21Move inline CSS to docs.css.XhmikosR1-1/+1
2014-12-07``aria-label="close"`` instead of sr-only ``span``Patrick H. Lauke1-4/+3
shorter, neater, well supported
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-1/+1
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-2/+2
2014-10-22Document .alert-dismissible .close restrictions; fixes #14802Chris Rebert1-0/+1
[skip sauce]
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-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-12Fixes #14132: add .alert-dismissible to docs examplesMark Otto1-2/+2
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert1-3/+3
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-04Replace $.fn.bind with $.fn.on in alert docsHeinrich Fenkart1-1/+1
2014-03-17Separate JS includes for alerts and popoversJulian Thilo1-0/+71
/cc @mdo