From 31811a837c60c93ad3e7a80f0344c91fc7e00754 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 26 Sep 2014 18:26:14 -0700 Subject: [PATCH] Port #14034 over to hosted docs --- javascript/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/javascript/index.html b/javascript/index.html index 073c563480..4be25fbc96 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -432,7 +432,9 @@ remote path false -

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:

+ +

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.

+

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>
-- 2.47.2