change text on js docs page to improve rendering on iphone, update responsive for carousel considerations
This commit is contained in:
parent
edee985b96
commit
f1851ab133
5 changed files with 13 additions and 5 deletions
|
|
@ -743,7 +743,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<td>number | object</td>
|
||||
<td>0</td>
|
||||
<td>
|
||||
<p>delay showing/hiding the tooltip (ms)</p>
|
||||
<p>delay showing and hiding the tooltip (ms)</p>
|
||||
<p>If a number is supplied, delay is applied to both hide/show</p>
|
||||
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
|
||||
</td>
|
||||
|
|
@ -855,7 +855,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<td>number | object</td>
|
||||
<td>0</td>
|
||||
<td>
|
||||
<p>delay showing/hiding the popover (ms)</p>
|
||||
<p>delay showing and hiding the popover (ms)</p>
|
||||
<p>If a number is supplied, delay is applied to both hide/show</p>
|
||||
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue