提示js中有段是为定义的Uncaught TypeError: undefined is not a function,是怎么回事?

2025-04-24 02:11:20
推荐回答(1个)
回答1:

具体要看hoverIntent这个函数了把,不过也有可能你传的函数参数function里面的$(this)指的是全局window,没有click的方法,你把$(this)改成 $(".tabno .tabli")最外面的试试