Skip to main content
13 events
when toggle format what by license comment
Jan 26, 2018 at 5:33 comment added John Montgomery @nuander, this was intended for Bootstrap V1/2 ::: So this solution is not relevant anymore :::
Jan 25, 2018 at 22:57 comment added nuander this doesn't seem to work with jqLite that is included with anguraljs
Jul 29, 2017 at 18:21 history edited Peter Mortensen CC BY-SA 3.0
Active reading.
Nov 17, 2016 at 21:09 review Suggested edits
Nov 17, 2016 at 23:28
Nov 13, 2015 at 13:20 comment added Damien Used this one, nice and small. The css version did not allow submenu to stay displayed, and 200ms was too quick so I changed it to $('ul.nav li.dropdown').hover(function() { $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(); }, function() { $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut().hover(function() { $(this).stop(true, true); }); }); : When the submenu is hover stop fadeOut
Apr 20, 2014 at 22:53 comment added Brandon I used this but also extended it to be useable for dropdowns that are not in a nav. I add class dropdown-hover to the btn-group div and used this jQuery finder $('ul.nav li.dropdown, .dropdown-hover').hover(function() {. Thanks!
Apr 11, 2014 at 5:15 review Suggested edits
Apr 11, 2014 at 5:17
Jan 13, 2014 at 9:02 comment added Stuart Used this. I like that it still allows the click functionality as well, for mobiles, but for desktops the hover is perfect.
Apr 26, 2013 at 16:07 review Suggested edits
Apr 26, 2013 at 16:13
Feb 12, 2013 at 9:15 review Suggested edits
Feb 12, 2013 at 9:19
Jan 29, 2013 at 14:00 comment added Duck in Custard Like this. Am using JQuery anyway with the Bootstrap stuff and still allows for the default 'click' functionality in touchscreen devices.
Sep 11, 2012 at 17:54 review Suggested edits
Sep 11, 2012 at 17:59
May 22, 2012 at 17:49 history answered John Montgomery CC BY-SA 3.0