Jake Bunce
Well-known member
Jake Bunce submitted a new resource:
Change popup menu delay (version 1.x) - Javascript edit to change delay for the popup menu when mousing over a nav tab or other menu.
Read more about this resource...
Change popup menu delay (version 1.x) - Javascript edit to change delay for the popup menu when mousing over a nav tab or other menu.
This will change the delay for popup menus in the navbar. For example:
View attachment 29019
Edit this file:
js/xenforo/xenforo.js
Change the number in red:
Rich (BB code):XenForo.PopupMenu.prototype={__construct:function(a){this.$container=a;this.$menu=this.$container.find(".Menu").appendTo("body");this.menuVisible=!1;if(!this.$menu.length)return console.warn("Unable to find menu for Popup...
Read more about this resource...