From: Chris Rebert Date: Mon, 3 Feb 2014 06:11:18 +0000 (-0800) Subject: update docs about destination of remote modal content; fixes #12494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a8c7698705c309fe72b54a191b9ff23becb611;p=thirdparty%2Fbootstrap.git update docs about destination of remote modal content; fixes #12494 --- diff --git a/javascript.html b/javascript.html index b0e1287ba3..b63ffa975b 100644 --- a/javascript.html +++ b/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 %}