From 457885075f8fa004f3a190efdcf381af218e1bb7 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 25 Feb 2015 04:00:37 +0200 Subject: Javascript docs: Accessibility and cosmetic changes to headings. Closes #15915 by merging it. --- docs/_includes/js/alerts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/js/alerts.html') diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index 7f3bf99c2..711fd6c40 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -36,10 +36,10 @@

Methods

-

$().alert()

+

$().alert()

Makes an alert listen for click events on descendant elements which have the data-dismiss="alert" attribute. (Not necessary when using the data-api's auto-initialization.)

-

$().alert('close')

+

$().alert('close')

Closes an alert by removing it from the DOM. If the .fade and .in classes are present on the element, the alert will fade out before it is removed.

-- cgit v1.2.3