From: Oliver Schmidt Date: Wed, 31 Jul 2013 18:51:37 +0000 (+0200) Subject: Update javascript.html X-Git-Tag: v3.0.0-rc.2~141^2~18^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f171f0edab3ff336824aa6e1dc05be039434a4;p=thirdparty%2Fbootstrap.git Update javascript.html --- diff --git a/javascript.html b/javascript.html index 4a9e5d519c..845a6e9ec8 100644 --- a/javascript.html +++ b/javascript.html @@ -262,7 +262,7 @@ $('#myModal').on('show.bs.modal', function (e) { remote path false -

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

+

If a remote URL is provided, content will be loaded via jQuery's load method and injected into the .modal-body. 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 %}