mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
修正 util.on() 示例代码细节
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user