From 3bd9a26c01d6740d0b3a7aaad94ac53df3920c8c Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sat, 8 Dec 2012 12:06:46 -0800 Subject: Apply code tag to data attribute on javascript page --- docs/javascript.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 9d1aec49d..35327319a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1132,7 +1132,7 @@ $('#my-alert').bind('closed', function () {

Do more with buttons. Control button states or create groups of buttons for more components like toolbars.

Stateful

-

Add data-loading-text="Loading..." to use a loading state on a button.

+

Add data-loading-text="Loading..." to use a loading state on a button.

<button type="button" class="btn btn-primary" data-toggle="button">Single Toggle</button>

Checkbox

-

Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.

+

Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.

@@ -1165,7 +1165,7 @@ $('#my-alert').bind('closed', function () {

Radio

-

Add data-toggle="buttons-radio" for radio style toggling on btn-group.

+

Add data-toggle="buttons-radio" for radio style toggling on btn-group.

-- cgit v1.2.3