]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update javascript.html 8911/head
authorOliver Schmidt <oliver.schmidt@wimdu.com>
Wed, 31 Jul 2013 18:51:37 +0000 (20:51 +0200)
committerOliver Schmidt <oliver.schmidt@wimdu.com>
Wed, 31 Jul 2013 18:51:37 +0000 (20:51 +0200)
javascript.html

index 4a9e5d519cc325de072b1019816b7a2da41b3bda..845a6e9ec82e45ab4950dd5cc5369cbd81d9c424 100644 (file)
@@ -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 %}