We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Expand header menu on mouse hover

SiddheshPaw
Tera 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