simplified, i've got following code:
<a id="123" href="#"><span>click</span><span>me</span></a>
when i click on 'click' and 'me' it doesnt seem to work with following jquery selector:
$("a").click...
maybe its because i click on the children? how could i write the selector so it maps to all children in 'a'?