【发布时间】:2009-06-02 10:20:20
【问题描述】:
你知道如何检查鼠标是否在一个元素上吗?
像这样的东西?
setTimeout(function() {
if($(this).mouseover()) { // this not work
return false;
} else {
$(this).hide();
}
}, 1000);
谢谢。
【问题讨论】:
标签: javascript jquery