合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 提示 tips ``` <span id="click_here" style="cursor:pointer;border-bottom: 1px dashed #666666;">请点击这里</span> <!--弹出的提示表格信息,这里的内容随便填,或者模板中追加或者其他方式--> <div id="approve_tip3" style="display: none;"> </div> // tip:提示3 $('#click_here').on('mouseenter', function () { var approve_table = $("#approve_tip3").html(); //成本中心的表格 tip_index3 = layer.tips(approve_table, '#click_here', { tips: [3,'#ffffff'], area: ['300px', 'auto'], time: 0 }); }).on('mouseleave', function () { layer.close(tip_index3); }); ```