From 46a424fc938d26a344f5cca1aab6004eaaa4a787 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 Jul 2013 15:14:38 -0700 Subject: edit modal docs code to fix #8769 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 347b41fa1..6d7b7ccad 100644 --- a/javascript.html +++ b/javascript.html @@ -168,7 +168,7 @@ $('#myModal').on('show.bs.modal', function (e) {
-

Overflowing text to show optional scrollbar

+

Overflowing text to show scroll behavior

Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.

Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.

-- cgit v1.2.3 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 () {