後、私は私がy_eのユーザーマウスオーバーした後、3秒待つことができますどのようにこのjqueryのコードはjqueryの3秒待って、マウスオーバー
$(".y_e").mouseover(function(){
$(this).children(".Photopreview").show("fast");
$(this).mouseleave(function(){
$(this).children(".Photopreview").hide("fast");
})
});
このHTML
<div class="y_e">
<div class="Photopreview">
<img src="../uploads/a.jpg"/>
<div class="Arrow_down" ></div>
</div>
</div>
を持っていますか?
[2秒以上マウスを置くと、他に何も表示されませんか?](http://stackoverflow.com/questions/11263636/if-mouse-over-for-over-2forsecover-show-) -else-dont) – billynoah