aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/modal.html
AgeCommit message (Collapse)AuthorFilesLines
2014-11-03Add event.relatedTarget + `data-*` example to Modal docsChris Rebert1-0/+80
Fixes #14245
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
Closes #14941
2014-09-23Document that the autofocus attribute doesn't work in modals.Chris Rebert1-2/+4
Closes #14478.
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
[skip sauce]
2014-07-05`remote` modal docs: mention jQuery.load and other JS options as alternativesChris Rebert1-1/+3
[skip sauce]
2014-07-03modal docs formatting tweakChris Rebert1-1/+1
[skip sauce]
2014-07-03Mark the `remote` option of the Modal plugin as deprecated.Chris Rebert1-1/+1
Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760 Closes #13087 as WONTFIX. Closes #13597 as WONTFIX.
2014-06-30Fix inconsistency between demo and displayed code for modal demoPatrick Robertson1-1/+1
Fixes #13991
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert1-6/+6
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-03-16Break up docs into includesMark Otto1-0/+333