tydeas_dr, on 03 May 2010 - 11:40 AM, said:
Set it up and the big trouble began. The main problem is that when i try to use variable TREE_OBJ in the callbacks ( either in alert or try to use it's method ) nothing happens. After debugging with firebug i see that the TREE_OBJ has value false instead of object params.
Finally, is this extension left to it's faith? Will there be any more contribute to it?
Friendly,
dmtrs
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 work