From 222067b360ecf4c6c082d3d364d464a26ef13ae9 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 24 Jan 2012 12:11:05 -0800 Subject: javascript pages markedup with {{_i}} --- 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 cc641ed49..a35c29913 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -914,7 +914,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Closes an alert.

$(".alert-message").alert('close')

Events

-

Bootstrap's alert class exposes a few events for hooking into alert functionality.

+

Bootstrap's alert class exposes a few events for hooking into alert functionality.

@@ -935,7 +935,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
 $('#my-alert').bind('closed', function () {
-  // do something ...
+  // do something…
 })
@@ -1024,7 +1024,7 @@ $('#my-alert').bind('closed', function () {

$().button('toggle')

Toggles push state. Gives btn the look that it's been activated.

Notice You can enable auto toggling of a button by using the data-toggle attribute.

-
<button class="btn" data-toggle="button" >...</button>
+
<button class="btn" data-toggle="button" >…</button>

$().button('loading')

Sets button state to loading - disables button and swaps text to loading text. Loading text should be defined on the button element using the data attribute data-loading-text.

@@ -1166,7 +1166,7 @@ $('#myCollapsible').collapse({ - show + show/td> This event fires immediately when the show instance method is called. @@ -1188,7 +1188,7 @@ $('#myCollapsible').collapse({
 $('#myCollapsible').on('hidden', function () {
-  // do something ...
+  // do something…
 })
@@ -1293,7 +1293,7 @@ $('.myCarousel').carousel({

.carousel('next')

Cycles to the next item.

Events

-

Bootstrap's modal class exposes a few events for hooking into modal functionality.

+

Bootstrap's modal class exposes a few events for hooking into modal functionality.

-- cgit v1.2.3