From e9212e8ab7fe3f0be823ae836696a397cb4f908f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 2 Feb 2014 22:11:18 -0800 Subject: [PATCH] update docs about destination of remote modal content; fixes #12494 --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript.html b/docs/javascript.html index 9f57d07259..e022767e32 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -342,7 +342,7 @@ $('#myModal').on('show.bs.modal', function (e) { remote path false -

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the root of the modal element. 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:

+

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:

{% highlight html %} Click me {% endhighlight %} -- 2.47.2