Skip to content

Instantly share code, notes, and snippets.

View robbiegod's full-sized avatar
🧛‍♂️

Robert Fletcher robbiegod

🧛‍♂️
View GitHub Profile
@robbiegod
robbiegod / menuInjection.html
Created October 21, 2015 18:53
hover function to load a submenu that is dynamically added into a standard menu.
<!-- Hidden for the contents of the submenu -->
<div id="groupsSubMenuContent" class="hidden">
<div class="subMenuGroups">
<h5>Top 5 Featured Groups</h5>
<ul>
<li><a href="#">LINK 1</a></li>
<li><a href="#">LINK 2</a></li>
<li><a href="#">LINK 3</a></li>
<li><a href="#">LINK 4</a></li>