look up livequery plugin, it will bind jquery to your ajax content

Jones wrote:
Hi,

I have to create an image element within a link tag, which I do with $
('a.xyz').each.
The problem is that content is later loaded with AJAX, therefore
the .each doesn't work for the newly created links.
For images, the load event would help with this, but that doesn't work
for links.

So is there something like the load event for links? Or a live-event
"each" ;-)

Jones

  

Reply via email to