Commit aec8b089 authored by Jacob Thornton's avatar Jacob Thornton

update docs for tooltip html + the dropdown methods api

parent 88b1e44d
...@@ -506,8 +506,8 @@ $('#myModal').on('hidden', function () { ...@@ -506,8 +506,8 @@ $('#myModal').on('hidden', function () {
<p><em>None</em></p> <p><em>None</em></p>
<h3>Methods</h3> <h3>Methods</h3>
<h4>$().dropdown()</h4> <h4>$().dropdown('toggle')</h4>
<p>A programatic api for activating menus for a given navbar or tabbed navigation.</p> <p>A programatic api for toggling menus for a given navbar or tabbed navigation.</p>
</section> </section>
...@@ -804,7 +804,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -804,7 +804,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr> <tr>
<td>html</td> <td>html</td>
<td>boolean</td> <td>boolean</td>
<td>true</td> <td>false</td>
<td>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.</td> <td>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.</td>
</tr> </tr>
<tr> <tr>
...@@ -964,7 +964,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -964,7 +964,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr> <tr>
<td>html</td> <td>html</td>
<td>boolean</td> <td>boolean</td>
<td>true</td> <td>false</td>
<td>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.</td> <td>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.</td>
</tr> </tr>
<tr> <tr>
......
...@@ -436,8 +436,8 @@ $('#myModal').on('hidden', function () { ...@@ -436,8 +436,8 @@ $('#myModal').on('hidden', function () {
<p><em>{{_i}}None{{/i}}</em></p> <p><em>{{_i}}None{{/i}}</em></p>
<h3>{{_i}}Methods{{/i}}</h3> <h3>{{_i}}Methods{{/i}}</h3>
<h4>$().dropdown()</h4> <h4>$().dropdown('toggle')</h4>
<p>{{_i}}A programatic api for activating menus for a given navbar or tabbed navigation.{{/i}}</p> <p>{{_i}}A programatic api for toggling menus for a given navbar or tabbed navigation.{{/i}}</p>
</section> </section>
...@@ -734,7 +734,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -734,7 +734,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr> <tr>
<td>{{_i}}html{{/i}}</td> <td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/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> <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>
<tr> <tr>
...@@ -894,7 +894,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -894,7 +894,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr> <tr>
<td>{{_i}}html{{/i}}</td> <td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/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> <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>
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment