优艾设计网

javascript用html生成的dom节点,hover怎么绑定呢??

优艾设计网 https://www.uibq.com 2023-04-07 09:05 出处:网络 作者:磨皮美容教程
我现在用的是第一种方法解决的。 setTimeout(function(){$(\".zhengshu\").hover(function(){_this=$(this); _this.children().eq(0).addClass(\"file_hover\");},func优艾设计网_设计客tion(){ _this.children().eq

我现在用的是第一种方法解决的。

setTimeout(function(){$(".zhengshu").hover(function(){_this=$(this); _this.children().eq(0).addClass("file_hover");},func优艾设计网_设计客tion(){ _this.children().eq(0).removeClass("file_hover");}) },1000);

目前只有一种方法解决。
有别的方法吗?


万涛 2022-04-25 21:24

优艾设计网_Photoshop交流

2.


123456790 2022-04-25 21优艾设计网_在线设计:34

1.


闪电侠 优艾设计网_设计模板 2022-04-25 21:38

jquery的on方法可以实现事件代理,因为插入的dom不会直接绑定事件,这时可以把事件绑定到document上写法:


minfirst 20优艾设计网_设计LOGO22-04-25 21:38

可以考虑把hover拆开,变成mouseenter和mouseleave,然后试试用这种写法生成:


0

精彩评论

暂无评论...
验证码 换一张
取 消