superfish
superfish copied to clipboard
Superfish is a jQuery plugin that adds usability enhancements to existing multi-level drop-down menus.
Hello there, [**"Transit"**](http://ricostacruz.com/jquery.transit/) plugin provides transitions & transformations with jquery. If possible, how i can extend Superfish animation effects using this plugin?
[Bootstrap 4](http://v4-alpha.getbootstrap.com/) is targeting jQuery slim. I'm sure many would enjoy using this mighty fine plug-in on their future websites. **Refactoring considerations:** - Slim does not provide `$.animate`, need to...
The animation which controlled through "animation" and "animationOut" options are making affects for all sub-menu levels. How i can control each sub-menu level animation and animationOut?
When the menu contains only one item, hence, no children, this error will occur. supersubs.js: `}).appendTo($$)[0].clientWidth; //clientWidth is faster than .width()` That line expects an array of elements. If there...
Any change in a future update you could add an option to choose between on-hover and on-click for the dropdown event? Thank You!
Current destroy method code: ``` var $this = $(this), o = $this.data('sfOptions'), $hasPopUp; if (!o) { return false; } ``` I see the sfOptions data added to the DOM in...
This is not an issue as such. It's just something I thought of as a convenience, for anyone who wants to provide a long mouseout delay for less physically capable...
Just thought I'd remark that **delay** should be applied to the hoverIntent plugin (if enabled) instead of to superfish. _Why?_ Because on "mouse-piloting errors", once the mouse is again over...
Kind of unfortunate naming coincidence has Superfish the malware/adware in [the news right now](http://www.zdnet.com/article/lenovo-accused-of-pushing-superfish-self-signed-mitm-proxy/), for very, very bad reasons. Might be worth throwing a disclaimer at the top of your...
Rolling #29 and #24 into one issue. Looking for an elegant fix for this issue. It will likely hang around for a while. Feel free to have a go at...