[jQuery] attaching events to dynamically inserted links
Hi,
I create some links using such construction:
$("span").html("<a href...")
How do you attach onClick to that link?
It only works when that link contains "onclick=..." attribute. Seems I
just cannot access that link using usual methods.
Thanks.