提交 20065d32 编写于 作者: C Catouse

* change document files.

上级 cb1a1660
......@@ -377,6 +377,8 @@ $('#myPopover').popover('destroy');
<script>
function afterPageLoad() {
$('#pageContent [data-toggle="popover"]').popover();
setTimeout(function() {
$('#pageContent [data-toggle="popover"]').popover();
}, 1000);
}
</script>
......@@ -280,6 +280,8 @@ $('[data-toggle="tooltip"]').on('show.zui.tooltip', function() {
<script>
function afterPageLoad() {
$('#pageContent [data-toggle="tooltip"]').tooltip().tooltip('show');
setTimeout(function() {
$('#pageContent [data-toggle="tooltip"]').tooltip().tooltip('show');
}, 1000);
}
</script>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册