diff options
| author | Oliver Schmidt <[email protected]> | 2013-07-31 20:51:37 +0200 |
|---|---|---|
| committer | Oliver Schmidt <[email protected]> | 2013-07-31 20:51:37 +0200 |
| commit | f5f171f0edab3ff336824aa6e1dc05be039434a4 (patch) | |
| tree | d0f5173b92a8ba3d05f24e91085ea9a7a77cec58 /javascript.html | |
| parent | 034fb3bc870854ebc7da21953aee43fdf54b766f (diff) | |
| download | bootstrap-f5f171f0edab3ff336824aa6e1dc05be039434a4.tar.xz bootstrap-f5f171f0edab3ff336824aa6e1dc05be039434a4.zip | |
Update javascript.html
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 4a9e5d519..845a6e9ec 100644 --- a/javascript.html +++ b/javascript.html @@ -262,7 +262,7 @@ $('#myModal').on('show.bs.modal', function (e) { <td>remote</td> <td>path</td> <td>false</td> - <td><p>If a remote URL is provided, content will be loaded via jQuery's <code>load</code> method and injected into the <code>.modal-body</code>. If you're using the data api, you may alternatively use the <code>href</code> tag to specify the remote source. An example of this is shown below:</p> + <td><p>If a remote URL is provided, content will be loaded via jQuery's <code>load</code> method and injected into the <code>.modal-body</code>. If you're using the data api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p> {% highlight html %} <a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> {% endhighlight %} |
