JavaScript Menus Don't Have to be Hard
If you've ever tried to build a JavaScript drop-down menu from scratch, then you know how hard it can be. They can get very complicated very quickly, and unless you are building menus all day, everyday mistakes will creep in that can be challenging to find and fix. One solution is to use a tool like FlexiMenusJS to design and build your menus.


I disagree,
nowadays, javascript libraries such as jquery can easily build drop down menus
something as simple as “$(’ul#nav > ul.dropdown’).show();” can work as a drop down menu; spending $80 on something that a single line of code can accomplish is ridiculous