【发布时间】:2012-03-11 22:42:09
【问题描述】:
我的 superfish 插件有问题。我的网站在我的电脑和演示网站上运行良好,但在原始主机中我在 supefish.js 中有错误
萤火虫说“缺少;之前的声明” 并找到这个字符串:
[中断这个错误]
...om:'auto'}).animate({height:0},150)}) $('.sf-menu li li').not('.current').hove...
我把它变成了这个,但没有任何改变:
...om:'auto'}).animate({height:0},150)}) ; $('.sf-menu li li').not('.current').hove...
【问题讨论】:
-
太棒了,它解决了我的问题。坦克你
标签: javascript jquery superfish