Make Bootstrap nav dropdown appear on hover
Both Bootstrap version 3 & 4’s default navigation has nav menus toggled on click enabled by default — you have to actually click the parent item to have them open/show the sub-menu, and click again to them shut. This is fine for some applications, but the default behaviour of most navigations is to show the … Continued