Created
July 5, 2013 19:59
-
-
Save ryanschuhler/5936861 to your computer and use it in GitHub Desktop.
Pop-click example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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