Expand header menu on mouse hover
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 09:12 PM
Hello,
I have requirement to expand the header menu once user hover the mouse on it. I have added a UI script but it's not working as expected.
$(document).ready(function() {
setTimeout(function() {
$("#sp-nav-bar ul li a").first().mouseover(function() {
$("#sp-nav-bar ul li a").first().trigger('click');
});
0 REPLIES 0