Hey there,

I've been looking for a nice lightbox depending on mootools 1.2 which
can display (and update via Ajax!!) html content.

I found moodalbox which doesn't seem to be compatible to mootools 1.2
and smoothbox, whose ajax calls don't work.

So do you know any other solution? If not, is there a light standalone
lightbox script you can recommend?

Rewards, Jan Oliver

PS: This is how smoothbox is getting content, any idea why that
doesn't work? "url" is the full url of the requested file.

new Request.HTML({
  method: 'get',
  update: $("TB_ajaxContent"),
  onComplete: handlerFunc
}).get(url);

Reply via email to