すぐわすれるのでメモ
[html]
var timer;
$(window).on(‘mousemove’,function(e){
clearTimeout(timer);
timer = setTimeout(function(){
// things todo
},600);
});
[/html]
ググる→忘れそう→即時メモ 京都のWebデザイナーの備忘録
すぐわすれるのでメモ
[html]
var timer;
$(window).on(‘mousemove’,function(e){
clearTimeout(timer);
timer = setTimeout(function(){
// things todo
},600);
});
[/html]
投稿者:
タグ:
コメントを残す