-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Version Did Not Work For Me #129
Comments
I'm not sure what you're talking about? What version didn't work? What version did? |
OH sorry it was the revised version posted by redavis in this issue: #111! http://mediaflydesign.com/plugins/bs-hover.revised.js The one from this repo didnt work at all for some reason.... |
What do you mean by "didn't work?" What browser (and version) and OS (and version)? |
What version of Bootstrap are you using? |
3.3.5 latest |
What do you mean by "didn't work?" What browser (and version) and OS (and version)? |
The menu didnt appear on hover basically... i'd added the data-hover attribute as instructed and included the code as instructed.... CHrome Version 45.0.2454.93 m |
ive emailed you a working example of the code |
I'd like to see the version that wasn't working, if possible. |
ill swap out the include, bear with |
k live |
Hmm... strange, it's working for me (it's the same as the other one, but no fade). I'm on a Mac (10.10.5), tho, Chrome version 45.0.2454.99. |
The demo here: http://cameronspear.com/demos/bootstrap-hover-dropdown/ isnt working on mine either... odd... |
does the fade version work on yours? |
Yes |
Fk knows... theres no console errors showing at all |
I just tried on my PC which is also running Windows 10. It's the same version of Chrome as my Mac (except the Do you have any of that touch-enabled/tablet stuff active? |
Yes i think thats the Issue... i just commented out the code for the ontouchenabled check and it worked... I have touchscreen laptop... |
Emailed u version with fade func built in |
Ok, that officially makes this issue a duplicate of #68. |
sorry lol |
Im not sure if theres some deeper issues with bootstrap core js but this version didnt work... The new version you posted did however so Ive used that and it works great...
I added some additional
$(current).find('.dropdown-menu').fadeIn('fast');
$(current).find('.dropdown-menu').fadeOut('fast');
Within the mouseenter and leave event handlers for fading in and out.. looks and works great so thanks!
The text was updated successfully, but these errors were encountered: