From 37e899d76630d29565c0c6ff67885eee01777e1a Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 18 Jul 2013 00:59:31 -0700 Subject: get button js working with actual form elements p cooll --- docs/javascript.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index af58be40f1..fd239b4065 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1168,9 +1168,9 @@ $('#my-alert').bind('closed.bs.alert', function () { {% endhighlight %}

Checkbox

-

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

+

Add data-toggle="buttons" to a group of checkboxes for checkbox style toggling on btn-group.

-
+
@@ -1183,7 +1183,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
{% highlight html %} -
+
@@ -1197,9 +1197,9 @@ $('#my-alert').bind('closed.bs.alert', function () { {% endhighlight %}

Radio

-

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

+

Add data-toggle="buttons" to a group of radio inputs for radio style toggling on btn-group.

-
+
@@ -1212,7 +1212,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
{% highlight html %} -
+
-- cgit v1.2.3