0

I'm using superfish menu for a Joomla website. The problem I have has to do with the menu time delay. here is the menu: http://jsfiddle.net/tBZPe/6/ it is working fine here. But when I do the same styling on my website it looses all the jQuery functionality.

This is the jQuery I have used:

jQuery(document).ready(function () {
jQuery("#menu").superfish({
      delay: 5000,
      onHide: function () { jQuery("#HideThis").hide(); }
 });
jQuery("#Stuff").click(function () { jQuery("#HideThis").show() });

});

4

1 回答 1

1

我发现 joomla 的版本与我使用的 superfish 菜单的版本不兼容。所以我将我的 joomla 从 1.7.1 升级到 joomla 2.5.11 然后我安装了 superfish 版本 2 然后问题解决了

于 2013-05-15T08:10:31.497 回答