Finally, the much anticipated SimpleMenu 3.0 is finally out!
Brand new is an entire rewrite of the jQuery menu code and CSS. The menu code is now based on Superfish which is an “an enhanced Suckerfish-style menu plugin for jQuery” written by Joel Birch. This new version most notably adds a hover delay on menu display, giving those fast-moving hands a breather this time around—that’s right, those submenus don’t disappear right away any more, much easier to use :-)
Additionally, I’ve rewritten it to remove the unnecessary AJAX callback, I’m not even sure why it was there to begin with, ah well. That drastically speeds up the menu now and reduces flicker.
There have been other bug fixes as well, along with improved cross browser support and much nicer RTL support for those that need it.
Cleaned up the code a bit too.
All around, a solid release that fixes everything I’ve meant for this module to do from the start.
So what’s next? Well I’m talking with the developer of Administration Menu about a merger of our modules, so stay tuned for details!
Ted, You Rock my friend! I can’t tell you how much time this saves me!
many thanks!
very very nice.
I was having problems with it at first until I remembered to clear my browser cache (ctrl+refresh) to get the new stylesheets/javascript.
It may be worthwhile to add that as a reminder on the project page or the release page.
Thanks!
great job ted. keep up the good work.
Greg, good idea! I updated the release notes with a reminder to clear both your browser and Drupal caches. The latter is needed since a menu hook has been removed and could cause some oddities in some cases.
Excellent saved me a ton of time and don’t have to worry about the navigation system/content changing … Had to remove the extra top margin thats set to body by the js and there seems to be some hoover issues in Opera 9.x
thanks a ton
Hi Ted,
Thanks for using my Superfish plugin – I’m thrilled that you are. Just dropped by to say that the ‘hover issue’ reported by Anonymous is fixed in Superfish v1.1 which I released just the other day. Upgrading will not break anything, but be sure to also add this new CSS line after the usual Superfish CSS:
/*following rule negates pure CSS hoverswhen JavaScript is availalbe so that thesubmenus remain hidden and JS controlswhen and how they appear*/.superfish li:hover ul,.superfish li li:hover ul { top:-999em;}Cheers Joel Birch.Thanks Joel! I did not realize 1.1 was released, I will be sure to update SimpleMenu then, thanks!
Add your comment