From 034fb3bc870854ebc7da21953aee43fdf54b766f Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 31 Jul 2013 16:14:27 +0200 Subject: [PATCH 1/2] Update javascript.html --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index 6d7b7ccad1..4a9e5d519c 100644 --- a/javascript.html +++ b/javascript.html @@ -802,7 +802,7 @@ $('#example').tooltip(options) title string | function '' - default title value if title tag isn't present + default title value if title attribute isn't present trigger From f5f171f0edab3ff336824aa6e1dc05be039434a4 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 31 Jul 2013 20:51:37 +0200 Subject: [PATCH 2/2] Update javascript.html --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index 4a9e5d519c..845a6e9ec8 100644 --- a/javascript.html +++ b/javascript.html @@ -262,7 +262,7 @@ $('#myModal').on('show.bs.modal', function (e) { remote path false -

If a remote URL is provided, content will be loaded via jQuery's load method and injected into the .modal-body. If you're using the data api, you may alternatively use the href tag to specify the remote source. An example of this is shown below:

+

If a remote URL is provided, content will be loaded via jQuery's load method and injected into the .modal-body. If you're using the data api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

{% highlight html %} Click me {% endhighlight %}