Not sure if I understand but you need to bind an event to the content
which is not on the page on load. Livequery 
http://brandonaaron.net/docs/livequery/
can do that. I use this lightbox plugin 
http://leandrovieira.com/projects/jquery/lightbox/
if it is photos you want to display.,  And it works in all browsers.
Then you need to use livequery on your ajax code like ti.ex. this:
$("#popup a").livequery(function() {
#(this).lightbox;
}
(just out of my head!)
Good docs on the livequery page. I use this on to load gallerys into a
page  and use lightbox on those galleryss.

/asle

Reply via email to