in my code i am listing some tables using <li>
and my code is
<ul id='test'>
<li><table1><tr><td></td></tr></table1></li>
<li><table2><tr><td></td></tr></table2></li>
<li><table3><tr><td></td></tr></table3></li>
</ul>
can i change the id of the <ul> when clicking on the <td> of the table???
very very thanx in advance...
:)