diff options
| author | Chris Rebert <[email protected]> | 2014-10-30 11:39:04 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-30 11:39:04 -0700 |
| commit | d3085c9084cd4feb1a22b4ae790b6f31d8f9a330 (patch) | |
| tree | 4101e19f8989bdd6502961cd10446f8f6de207a5 /javascript/index.html | |
| parent | 11df32dd6b2e45ffc65f861cbdf1118da7c45a69 (diff) | |
| download | bootstrap-d3085c9084cd4feb1a22b4ae790b6f31d8f9a330.tar.xz bootstrap-d3085c9084cd4feb1a22b4ae790b6f31d8f9a330.zip | |
Port #14941 over to hosted docs
Diffstat (limited to 'javascript/index.html')
| -rw-r--r-- | javascript/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/index.html b/javascript/index.html index 8caf24aad..f2c5f1800 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -439,7 +439,7 @@ <td>path</td> <td>false</td> <td> - <p><span class="text-danger">This option is deprecated since v3.2.1 and will be removed in v4.</span> We recommend instead using client-side templating or a data binding framework, or calling <a href="http://api.jquery.com/load/">jQuery.load</a> yourself.</p> + <p><strong class="text-danger">This option is deprecated since v3.3.0 and will be removed in v4.</strong> We recommend instead using client-side templating or a data binding framework, or calling <a href="http://api.jquery.com/load/">jQuery.load</a> yourself.</p> <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> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><a</span> <span class="na">data-toggle=</span><span class="s">"modal"</span> <span class="na">href=</span><span class="s">"remote.html"</span> <span class="na">data-target=</span><span class="s">"#modal"</span><span class="nt">></span>Click me<span class="nt"></a></span></code></pre></div> </td> |
