aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-26 16:01:59 -0700
committerMark Otto <[email protected]>2012-09-26 16:01:59 -0700
commit24e277b85abace0f77076b1cfa96e11b1d1dc891 (patch)
tree238ff1628521cd0cb04ee2a0461a06a234249848 /docs/templates/pages/javascript.mustache
parent498a28b4cd7ecfd5c02a7cb21f1d3a81e3e2d404 (diff)
parent0540b63ab0a2f9359fbd34967fbb74402534573f (diff)
downloadbootstrap-24e277b85abace0f77076b1cfa96e11b1d1dc891.tar.xz
bootstrap-24e277b85abace0f77076b1cfa96e11b1d1dc891.zip
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index b707ebe20..e53c88abe 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -436,8 +436,8 @@ $('#myModal').on('hidden', function () {
<p><em>{{_i}}None{{/i}}</em></p>
<h3>{{_i}}Methods{{/i}}</h3>
- <h4>$().dropdown()</h4>
- <p>{{_i}}A programatic api for activating menus for a given navbar or tabbed navigation.{{/i}}</p>
+ <h4>$().dropdown('toggle')</h4>
+ <p>{{_i}}A programatic api for toggling menus for a given navbar or tabbed navigation.{{/i}}</p>
</section>
@@ -734,7 +734,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
- <td>true</td>
+ <td>false</td>
<td>{{_i}}Insert html into the tooltip. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}}</td>
</tr>
<tr>
@@ -894,7 +894,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
- <td>true</td>
+ <td>false</td>
<td>{{_i}}Insert html into the popover. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}}</td>
</tr>
<tr>