I have a dropdown menu nested in a navbar that I am opening during page load by adding the open class to the li element containing the dropdown men
open
li
This uses only css. working demo
Add a class to the dropdown ul (.stay-open)
then apply style display block with !important
.stay-open {display:block !important;}