From: Chris Rebert Date: Thu, 30 Oct 2014 18:39:04 +0000 (-0700) Subject: Port #14941 over to hosted docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3085c9084cd4feb1a22b4ae790b6f31d8f9a330;p=thirdparty%2Fbootstrap.git Port #14941 over to hosted docs --- diff --git a/javascript/index.html b/javascript/index.html index 8caf24aad0..f2c5f18004 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -439,7 +439,7 @@ path false -

This option is deprecated since v3.2.1 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

+

This option is deprecated since v3.3.0 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

<a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a>