Created
October 10, 2010 02:51
-
-
Save bishopandco/618878 to your computer and use it in GitHub Desktop.
This file contains 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
<ul id="id_0"> | |
<li id="id_1">1.0</li> | |
<li id="id_2">2.0</li> | |
<li id="id_3">3.0 | |
<ul> | |
<li id="id_4">3.1</li> | |
<li id="id_5">3.2</li> | |
</ul> | |
</li> | |
</ul> | |
<!-- | |
from id_1 | |
left == id_0 | |
right == id_2 | |
from id_4 | |
left == id_3 | |
right = id_5 | |
from id_5 | |
left == id_4 | |
right == id_0 | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment