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/buttons.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_includes/js/buttons.html') diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 83bf0bfaa..827906cd8 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -115,15 +115,15 @@ {% endhighlight %}

Methods

- -

$().button('toggle')

+

$().button('toggle')

Toggles push state. Gives the button the appearance that it has been activated.

-

$().button('reset')

+

$().button('reset')

Resets button state - swaps text to original text.

-

$().button(string)

+

$().button(string)

Swaps text to any data defined text state.

+ {% highlight html %}