I'm currently experimenting with a bootstrap example featuring a dropdown menu.
Here is the live example: http://jsfiddle.net/p73vc8Lv/
My goal is to have the dropdown menu
display when the user clicks on the link. I've attempted to achieve this using CSS and JavaScript.
CSS:
.dropdown-toggle a:focus > .dropdown-menu { display:block }
Is there a way to accomplish this? Thank you