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 () {
jQuery(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.