aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-31 12:18:09 -0700
committerChris Rebert <[email protected]>2013-07-31 12:18:09 -0700
commitf62fb27b048c8b6b2d7cff1531e71df81f05395c (patch)
tree3e9458f81c04910f19e03d17514f13c367630d75
parentd7d0f226f9e31eea349f37d25a26c8674b63a642 (diff)
parentf5f171f0edab3ff336824aa6e1dc05be039434a4 (diff)
downloadbootstrap-f62fb27b048c8b6b2d7cff1531e71df81f05395c.tar.xz
bootstrap-f62fb27b048c8b6b2d7cff1531e71df81f05395c.zip
Merge pull request #8911 from codejet/patch-1
title attr, not tag, in tooltip/popover docs
-rw-r--r--javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html
index 6d7b7ccad..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 %}
@@ -802,7 +802,7 @@ $('#example').tooltip(options)
<td>title</td>
<td>string | function</td>
<td>''</td>
- <td>default title value if <code>title</code> tag isn't present</td>
+ <td>default title value if <code>title</code> attribute isn't present</td>
</tr>
<tr>
<td>trigger</td>