Skip to content

Instantly share code, notes, and snippets.

@ryanschuhler
Created July 5, 2013 19:59
Show Gist options
  • Save ryanschuhler/5936861 to your computer and use it in GitHub Desktop.
Save ryanschuhler/5936861 to your computer and use it in GitHub Desktop.
Pop-click example
Pop click examples:
<div class="pop-click">
<span class="pop-click-content"\>popped!\</span\>
</div>
or
<ul>
<li class="pop-click">
<a href="#">Item-1</a>
<ul class="pop-click-content">
<li><a href="#">Sub Item-1</a></li>
<li><a href="#">Sub Item-2</a></li>
<li><a href="#">Sub Item-3</a></li>
<li><a href="#">Sub Item-4</a></li>
</ul>
</li>
</ul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment