diff options
| author | Jacob Thornton <[email protected]> | 2013-08-11 15:17:04 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-08-11 15:17:04 -0700 |
| commit | 89b3cb0dacd71fc7b20e125851f05f9ed266b50d (patch) | |
| tree | 642e38e16ee259b8176b38526866a17cd9215517 /javascript.html | |
| parent | c49ecc5f21f520b739c0c8a29ff4b5ece84c06ec (diff) | |
| download | bootstrap-89b3cb0dacd71fc7b20e125851f05f9ed266b50d.tar.xz bootstrap-89b3cb0dacd71fc7b20e125851f05f9ed266b50d.zip | |
fixes #9318
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 253301807..4e2af994a 100644 --- a/javascript.html +++ b/javascript.html @@ -273,7 +273,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, content will be loaded via jQuery's <code>load</code> method and injected into the <code>.modal-body</code>. 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, content will be loaded 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> {% highlight html %} <a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> {% endhighlight %} |
