apsara Posted November 21, 2017 Share Posted November 21, 2017 hi, i'm using leo theme mega menu. i want to add slide down & slide up effect on dropdown menu. i'm using bootstrap solution but it's not working on very first hover.and second hover slide down work. but slide up not working on few time hover over on the same menu item. $( '.megamenu li.dropdown').hover(function() { $(this).find('.dropdown-menu').first().slideDown(300); }, function() { $(this).find('.dropdown-menu').first().slideUp(600); }); here i'm using code. 1 Link to comment Share on other sites More sharing options...
hajusinuyo Posted November 21, 2017 Share Posted November 21, 2017 same here.. 1 Link to comment Share on other sites More sharing options...
apsara Posted November 24, 2017 Author Share Posted November 24, 2017 anyone..?? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now