From 034fb3bc870854ebc7da21953aee43fdf54b766f Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 31 Jul 2013 16:14:27 +0200 Subject: Update javascript.html --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 6d7b7ccad..4a9e5d519 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 -- cgit v1.2.3 From f5f171f0edab3ff336824aa6e1dc05be039434a4 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 31 Jul 2013 20:51:37 +0200 Subject: Update javascript.html --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 4a9e5d519..845a6e9ec 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 %} -- cgit v1.2.3 From 7a3c61ee33b8a07de20b2d30ed2bcd5fd7649fd6 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 31 Jul 2013 22:57:00 -0700 Subject: fixes #8892 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 845a6e9ec..17dc81392 100644 --- a/javascript.html +++ b/javascript.html @@ -1480,7 +1480,7 @@ $(".collapse").collapse() parent selector false - If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior) + If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this dependent on the accordion-group class) toggle -- cgit v1.2.3 From 655e84c532075dbef99f73818eeb85c834c6b56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Gonz=C3=A1lez=20de=20Ag=C3=BCero?= Date: Thu, 1 Aug 2013 20:13:08 +0200 Subject: Removed data-toggle class when it wasn't been applied --- javascript.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 17dc81392..3f33078a8 100644 --- a/javascript.html +++ b/javascript.html @@ -397,7 +397,7 @@ $('#myModal').on('hidden.bs.modal', function () {