sorry bout my english, english it's not my native language :)
i have html syntax like this
<table><tr><td id="click1"><a href="somelink.html" id="click2">here's the link</a></td></tr></table>
and i have jquery syntax like this
$('td#click1').ajaxify();
$('a#click2').fancybox();
and my problem is, if i click the #click2 the #click1 is clicked too... is any advice to make only #click2 is clicked, without call the #click1?
sorry for my bad bad english :)
