diff options
| author | Mark Otto <[email protected]> | 2013-12-18 16:56:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 16:56:41 -0800 |
| commit | 171c4b7fc4b5f9641d8ac2ed2e51d08cff2cd8f0 (patch) | |
| tree | 17f1c931bf9e3f506b047df72868ab8a80f79709 /javascript.html | |
| parent | 08854cf8a6fa4a139e3a3bf3cd0fdfc8cdff6d9f (diff) | |
| download | bootstrap-171c4b7fc4b5f9641d8ac2ed2e51d08cff2cd8f0.tar.xz bootstrap-171c4b7fc4b5f9641d8ac2ed2e51d08cff2cd8f0.zip | |
fixes #11447: add docs warning about loading once for remote modal option
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 c330a4792..b345ca14b 100644 --- a/javascript.html +++ b/javascript.html @@ -344,7 +344,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 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 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 %} |
