mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 08:10:47 +02:00
namespace the events for popover/tooltip so that they can be cleanly removed. issue #3880
This commit is contained in:
12
docs/templates/pages/javascript.mustache
vendored
12
docs/templates/pages/javascript.mustache
vendored
@@ -754,6 +754,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
||||
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{_i}}ns{{/i}}</td>
|
||||
<td>{{_i}}string{{/i}}</td>
|
||||
<td>'.tooltip'</td>
|
||||
<td>{{_i}}jQuery event namespace{{/i}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="alert alert-info">
|
||||
@@ -912,6 +918,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
||||
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{_i}}ns{{/i}}</td>
|
||||
<td>{{_i}}string{{/i}}</td>
|
||||
<td>'.popover'</td>
|
||||
<td>{{_i}}jQuery event namespace{{/i}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="alert alert-info">
|
||||
|
Reference in New Issue
Block a user