Collapsible menu, make always open

How can I get this Envato menu to load in its “open” or “clicked” state?
http://www.ksm.fm/misc/nhi/include/drop-list/demo.html

Did you try looking in the jQuery script for what class is toggled by the click event ( right now my guess is"“dropList-layout”)? Find the name of that class, and place/replace that into div#“envatoLinks”

Or just make it display by default in the css:


.dropList{display:block}

ok thanks guys, i was able to disable the toggle via javascript.