mirror of https://github.com/layui/layui
修正 `util.on()` 示例代码细节
parent
c2aea60df3
commit
cd24e1cde4
|
@ -250,8 +250,8 @@ layui.use('util', function(){
|
||||||
layer.tips(othis.html(), this);
|
layer.tips(othis.html(), this);
|
||||||
}, 3000) // 3s 内不重复执行
|
}, 3000) // 3s 内不重复执行
|
||||||
}, {
|
}, {
|
||||||
trigger: 'mouseenter' // 鼠标移入时触发事件);
|
trigger: 'mouseenter' // 鼠标移入时触发事件
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</textarea>
|
</textarea>
|
||||||
|
|
Loading…
Reference in New Issue