javascript - Superfish menu Delay -


i'm using superfish menu joomla website. problem have has menu time delay. here menu: http://jsfiddle.net/tbzpe/6/ working fine here. when same styling on website looses jquery functionality.

this jquery have used:

jquery(document).ready(function () { jquery("#menu").superfish({       delay: 5000,       onhide: function () { jquery("#hidethis").hide(); }  }); jquery("#stuff").click(function () { jquery("#hidethis").show() }); 

});

i figured out version of joomla not compatible version of superfish menu using. upgraded joomla 1.7.1 joomla 2.5.11 have installed superfish version 2 problem solved


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -