开发者

uncaught syntaxerror unexpected string

I'm trying to make a drop-down menu, works fine in firefox It does not work in other browsers

get the following error:

jQuery(".parent").hover(  function () {
    j开发者_StackOverflowQuery(this).toggleClass("activeli").(".parent").stop(true, true).slideToggle(); << error line
});

This is the web link http://www.jeanca.com/clientes/evoca/


The problem is toggleClass("activeli").(".parent") Probably should be.

jQuery(this).toggleClass("activeli").find(".parent").stop(true, true).slideToggle();
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜