issue with portal Hamburg menu hover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 11:39 PM
Hi Jaheer,
Good AfterNoon. 🙂
Whatever we have created Hamburg menu is working fine that means whenever user hover on the Hamburg menu it will show the list of items that is Okay. But when the user hover out(that means remove the cursor from the Hamburg menu) immediately it has to be remove the Hamburg menu items. Like for example if you can see the attachment the mouse cursor not present on the Hamburg menu even though the hover is working. Here we would like to work this operation when the hover takes place on the Hamburg menu.
What are the modifications are required in UI script as given below. Please do needful.
UI script:
$(document).ready(function() {
setTimeout(function() {
$("#sp-nav-bar ul li a").first().mouseover(function() {
$("#sp-nav-bar ul li a").first().trigger('click');
});
}, 1000);
});
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 04:16 AM
@Yasin Shaik11 The menu works like that only.
Please comment all the script in ui script and check the OOTB feature of menu. Its same.
After verifying you can uncomment the code.
Please mark all the answers on this questions as correct answers.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 09:14 PM
Hi Jaheer,
Good Morning.
Yes understand it is a OOTB. but when we added our hover functionality it is not working. but my client asking for the same . is it possible ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 09:30 PM
@Yasin Shaik11 You mean on hover its not showing the background color?
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 09:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 05:02 AM
Hello @Yasin Shaik11
Could you please provide the solution for hover effect as I am trying implement the same in community portal.