我有以下代碼:jQuery的鼠標事件處理
HTML:
<div class="one">Content</div>
<div class="two">Content</div>
我想隱藏我的第二個div
時mosueleave
事件從第一div
發生,也鼠標沒有過第二個div
。
算法:
if ((mouseleave from div.one) && (mouse not on div.two))
hide (div.two);
如何使用jQuery我實現了這個片段?請幫幫我。
嗨,朋友,這是不可能改變的HTML。所以給一些替代解決方案。 – thecodeparadox 2011-04-28 08:40:51