Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个jquery简单项目:
http://jsfiddle.net/Maizere/CnWqV/2/
我只是想知道为什么hide()项目中的方法只工作一次。如何让它每次都在 mouseleave 上工作。谢谢你。
hide()
ID 必须是唯一的。
如果你想有多个元素,你需要使用一个类名。
另外,您应该在隐藏动画完成后删除新元素。 但是,如果用户在动画完成之前将鼠标移回,那将无济于事。