From: Chris Rebert Date: Fri, 23 Aug 2013 18:14:54 +0000 (-0700) Subject: fix data-api portion of #10084 X-Git-Tag: v3.0.1~152^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7fa0a25488e2887db9666ea8014777a743ac55;p=thirdparty%2Fbootstrap.git fix data-api portion of #10084 --- diff --git a/javascript.html b/javascript.html index 40ea1a9240..8da1cb5906 100644 --- a/javascript.html +++ b/javascript.html @@ -273,7 +273,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 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 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:

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