Hi
I'll describe the following scenario:
I got a table with td's and each of the got onchange and onclick
when i change value of a td and click on other td i get the onchange event(of the first td) being fired and then the onclick (of the other td) being fired
BUT...
if inside the onchange event I use transformNode function , it will result in disabling the onclick event of the other td...
How can I solve this issue and make the onclick event being fired ???
Thanks ahead,
Daniel.