aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Stevens <[email protected]>2012-07-16 16:01:11 -0700
committerJon Stevens <[email protected]>2012-07-16 16:01:11 -0700
commit2ee9b2717bfd532e93eb6d4037ae7ca7a5436957 (patch)
treeb81d60ea33837922facf19963f51bb17a4826d09 /docs
parent40ab928315f4db0566c92b36373ff60b3abfffbc (diff)
downloadbootstrap-2ee9b2717bfd532e93eb6d4037ae7ca7a5436957.tar.xz
bootstrap-2ee9b2717bfd532e93eb6d4037ae7ca7a5436957.zip
namespace the events for popover/tooltip so that they can be cleanly removed. issue #3880
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/pages/javascript.mustache12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 81ef75209..49d065c32 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -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">