I have a bootstrap navbar solution with an hover dropdown. It's something like this: http://bootsnipp.com/snippets/E7KEy
My problem is, that I need clickable links in the navbar. Every dropdown parent should be a link. At the moment, the "dropdown-toggle" class didn't allow this.
In the mobile view, I need an extra link to open the dropdown because the parent item should stay clickable.
Are there any ideas for a solution?