Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

(mb)Menu, a powerful jQuery multilevel tree menu 2.7.6


2.7.6 IE6/7 bugfix:
added at line 377: if ($.browser.msie) menuVoice.css({maxWidth:op.options.menuWidth}) to constrain textbox into the menu width in IE :-;
added $.fn.removeMbMenu() to close any opened manu from an external or internal link.

2.7.5 IE6/7 bugfix:
changed with --> minWidth at line 495 to let menu expand in line contnet exceed.
added at line 312 $(this.menuContainer).attr("id", "mb_"+m).hide(); to set an ID to the menucontainer.

2.7.4 feature:
set a local variable for $(opener.menuContainer).find(“#” + m + “_” + i); to improve performance in IE. (thanks to Sergey Vostretsov, svostretsov@gmail.com)

2.7.3 feature:
changed the [cMenu] and [menu] selector to get the element itself on initialize. (thanks to Johan, johan.brichau@uclouvain.be)