jQuery hover method with delay
jqeury_hover_delay.js
About
jQuery の hover に delay 機能を追加した hoverDelay を作成しました。
Usage
$(this).hoverDelay(
function() {
// ここは通常のhoverと同じ
},
function() {
// ここは通常のhoverと同じ
},
1000, // ここは、hover開始までの待機時間 (number of milliseconds)
1000 // ここは、hover終了までの待機時間 (number of milliseconds)
);
License
The MIT License
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。