个人常用jq方法复习时间:2022-12-21 18:37:42$("#elem").on({ mouseover:function(){}, mouseout:function(){}, }); $(ele).closest("div"); 找到第一个父级div