鼠标输入+鼠标离开事件
我刚刚发现 Firefox 本身就支持 mouseenter 和 mouseleave 事件。
这意味着我们拥有 IE 和 Firefox 支持,一旦 webkit 加入进来,我们就有了一个跨浏览器解决方案(在澳大利亚没有人关心 Opera)。
我的问题是,有谁知道他们什么时候会支持这个活动以及为什么他们还没有这样做?
它的 DOM 级别为 3,因此它不再是“微软专有的”。
PS 我不在乎它是否可以在 jQuery 中完成,所以请不要费心告诉我。
I just found out that Firefox is natively supporting mouseenter and mouseleave events.
This means we have IE and Firefox support and as soon as webkit jumps on the band wagon we have a cross browser solution (no one cares about Opera in Aus).
My question is, Does anyone know when they will be supporting this event and why they have not done so already?
Its DOM level 3, so its not "proprietary microsoft anymore".
P.S I don't care if it can be done in jQuery, so please don't bother telling me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很难说,因为开源项目有自己的想法,但看到它们是现在唯一剩下的项目,我认为迟早会这样。
在这里您自己跟踪错误: https://bugs.webkit.org/show_bug.cgi?id =18930
it's hard to say as open source projects have a mind of their own, but seeing is how they're the only one left right now I would assume sooner than later.
Here track the bug yourself: https://bugs.webkit.org/show_bug.cgi?id=18930