slinky
slinky copied to clipboard
Links that don't have # as href
Hi! First of all, thanks for this amazing plugin. Using this plugin for production I'm having troubles with menu items that both have submenuitems as an actual link. Right now you cannot navigate to one of the parent navigation items.
Below an markup example of how I would like to use it.
<div class="menu">
<ul>
<li>
<a href="http://google.com">Link I would also like to navigate to</a>
<ul class="sub-menu">
<li><a href="http://google.com">Menu item</a></li>
<li><a href="http://google.com">Menu item</a></li>
<li><a href="http://google.com">Menu item</a></li>
<li><a href="http://google.com">Menu item</a></li>
<li><a href="http://google.com">Menu item</a></li>
<li><a href="http://google.com">Menu item</a></li>
</ul>
</li>
</ul>
</div>
Like suggested in #38?