Expand header menu on mouse hover

Siddhesh2
Giga Guru

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