aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-02 22:11:18 -0800
committerChris Rebert <[email protected]>2014-02-02 22:11:18 -0800
commite9212e8ab7fe3f0be823ae836696a397cb4f908f (patch)
tree1148bc88c7744b9aaf7d2296b64180874f186b61 /docs
parent1a137ffb6db404e06e6effe15d5e792e4e02998b (diff)
downloadbootstrap-e9212e8ab7fe3f0be823ae836696a397cb4f908f.tar.xz
bootstrap-e9212e8ab7fe3f0be823ae836696a397cb4f908f.zip
update docs about destination of remote modal content; fixes #12494
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 9f57d0725..e022767e3 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -342,7 +342,7 @@ $('#myModal').on('show.bs.modal', function (e) {
<td>remote</td>
<td>path</td>
<td>false</td>
- <td><p>If a remote URL is provided, <strong>content will be loaded one time</strong> via jQuery's <code>load</code> method and injected into the root of the modal element. If you're using the data-api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p>
+ <td><p>If a remote URL is provided, <strong>content will be loaded one time</strong> via jQuery's <code>load</code> method and injected into the <code>.modal-content</code> div. If you're using the data-api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p>
{% highlight html %}
<a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a>
{% endhighlight %}