Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
This commit is contained in:
commit
fa1e1e34df
6 changed files with 22 additions and 12 deletions
4
docs/templates/pages/javascript.mustache
vendored
4
docs/templates/pages/javascript.mustache
vendored
|
|
@ -780,7 +780,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<p>{{_i}}Toggles an element's tooltip.{{/i}}</p>
|
||||
<pre class="prettyprint linenums">$('#element').tooltip('toggle')</pre>
|
||||
<h4>.tooltip('destroy')</h4>
|
||||
<p>{{_i}}Destroys an element's tooltip.{{/i}}</p>
|
||||
<p>{{_i}}Hides and destroys an element's tooltip.{{/i}}</p>
|
||||
<pre class="prettyprint linenums">$('#element').tooltip('destroy')</pre>
|
||||
</section>
|
||||
|
||||
|
|
@ -935,7 +935,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<p>{{_i}}Toggles an elements popover.{{/i}}</p>
|
||||
<pre class="prettyprint linenums">$('#element').popover('toggle')</pre>
|
||||
<h4>.popover('destroy')</h4>
|
||||
<p>{{_i}}Destroys an element's popover.{{/i}}</p>
|
||||
<p>{{_i}}Hides and destroys an element's popover.{{/i}}</p>
|
||||
<pre class="prettyprint linenums">$('#element').popover('destroy')</pre>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue