Matt81 schrieb:
Hi there.

I'm currently working on a site where I load in a series of links (in
a list) with some pagination links underneath (a.pagination) into a
div via an ajax request.
[...]

This code does not work, and I believe the problem lies with the use
of the "this" keyword - could it be I'm referring to the body element.
As the content is loaded into the parent of the links, I need a
solution based along these lines... so any help would be very much
appreciated.
Have you tried replacing "this" with "event.target"?

-- Jörn

Reply via email to