From 424dd8bc118b36c9173dbdc05661086c8566fd17 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 19 Aug 2013 20:05:19 -0400 Subject: update bootstrap to 3.0.0 final --- bower_components/bootstrap/javascript.html | 130 ++++++++++++++--------------- 1 file changed, 65 insertions(+), 65 deletions(-) (limited to 'bower_components/bootstrap/javascript.html') diff --git a/bower_components/bootstrap/javascript.html b/bower_components/bootstrap/javascript.html index d6da028c..62dbc07e 100755 --- a/bower_components/bootstrap/javascript.html +++ b/bower_components/bootstrap/javascript.html @@ -240,7 +240,7 @@ $('#myModal').on('show.bs.modal', function (e) {

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-backdrop="".

-
+
@@ -280,7 +280,7 @@ $('#myModal').on('show.bs.modal', function (e) {
-
+

Methods

@@ -306,7 +306,7 @@ $('#myModal').modal({

Events

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

-
+
@@ -333,7 +333,7 @@ $('#myModal').modal({
-
+
{% highlight js %} $('#myModal').on('hidden.bs.modal', function () { // do something… @@ -355,7 +355,7 @@ $('#myModal').on('hidden.bs.modal', function () {

Within a navbar

-