diff options
| author | Mark Otto <[email protected]> | 2014-07-09 13:51:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-09 13:51:20 -0700 |
| commit | 4d5243674a0a236af2ff218da1decaafbdeaa719 (patch) | |
| tree | 8cc6bf8248cc1abea4793acf48def8433757ed77 /docs/_includes/js | |
| parent | f37dbe53a46b6deb8f37bfe1008f30b1275e49c6 (diff) | |
| download | bootstrap-4d5243674a0a236af2ff218da1decaafbdeaa719.tar.xz bootstrap-4d5243674a0a236af2ff218da1decaafbdeaa719.zip | |
remove deprecated warnings from docs
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/modal.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 18bfad78a..a64b6b1b6 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -255,18 +255,6 @@ <td>true</td> <td>Shows the modal when initialized.</td> </tr> - <tr> - <td>remote</td> - <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>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 %} - </td> - </tr> </tbody> </table> </div><!-- /.table-responsive --> |
