通过本文主要向大家介绍了jQuery,hover,延时器等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
例如:
下载
演示
http://demo.jb51.net/js/2011/mouseDelay/index.htm
打包下载
planeArt.cn原创文章
API说明
方法 | 参数 | 说明 |
---|---|---|
mouseDelay (speed, group) | 速度, 设置延时分组名称 | 设置延时触发效果. 两个参数都是可选的 |
mouseDelayPause() | [无] | 冻结选定元素的延时器 |
jQuery.mouseDelay.pause (group) | 延时分组名称 | 冻结指定分组的延时器 |
jQuery.mouseDelay.get () | [无] | 获取一个不重复的分组名 |
- jQuery.mouseDelay.js
- jQuery.mouseDelay.min.js
演示
http://demo.jb51.net/js/2011/mouseDelay/index.htm
打包下载
planeArt.cn原创文章