Hi All,
I am newbie, please help me, anchor tag is not clickable[not taking me
to the URL]
please find below the code
<ul>
<li class="open">
<a href="subgroup_9/" class="">Sub Group3 . 1</a>
<ul>
<li class="leaf"><a href="test_10/
index.php" class="clicked">Test10</a></li>
<li class="leaf"><a href="test_11/
index.php" class="">Test11</a></li>
<li class="leaf"><a href="test_12/
index.php" class="">Test12</a></li>
<li class="last leaf"><a href="test_13/
index.php" class="">Test13</a></li>
</ul>
</li>
<li class="last closed">
<a href="/subgroup_10/">Sub Group3 . 2</a><br/>
<ul>
<li class="leaf"><a href="test_14/
index.php">Test14</a></li>
<li class="last leaf"><a href="test_15/
index.php">Test15</a></li>
</ul>
</li>
</ul>
Even if anchor tag has an url like "test_10/index.php", onclicking on
that anchor text it is not going to the specified URL, please tell me
how can I make this to work
--
You received this message because you are subscribed to the Google Groups "jsTree" group.
To post to this group, send email to
jst...@googlegroups.com.
To unsubscribe from this group, send email to
jstree+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/jstree?hl=en.