This question already has an answer here:
Why hover does not work in delegated event handlers?
                                
                                    (1个答案)
                                
                        
                                3年前关闭。
            
                    
css悬停或jquery mouseenter + mouseleave哪一种是最好用的?
我发现CSS悬停更好并且对我有意义,因为我只需要编写1行代码(悬停)与2行代码(.mouseenter()+ .mouseleave)

最佳答案

如果您正在做一些简单的样式设置,那么css悬停是您要走的路。 jQuery / Javascript的好处是事件可以用来做样式以外的事情。

关于jquery - CSS悬停与jQuery mouseenter + mouseleave ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36935918/

10-12 13:11
查看更多