0
を残し、これは、マウスホバー、マウスがホバーテントプラグインが入ると、マウスは私がホバーインデントプラグインを使用しています
CODE1を残す結合するだけの機能を持っている:
$("#tab").hoverIntent({
over: show,
timeout: 20,
out: hide
});
function show(){
$(".part").show();
}
function hide(){
$(".part").hide();
}
は、マウス休暇関数を書く必要があります.partのためので、この
CODE2のように作られた:
$("#tab").hoverIntent({
over: show,
timeout: 20,
out: hide
});
function show(){
$(".part").show();
}
$(".part").hoverIntent({
over: show,
timeout: 20,
out: hide
});
function hide(){
$(".part").show();
}
が、それはエラーと思われる...これを修正する方法? hoverintent()
に両show()
とehide()
の機能が使用されているので、