Please, could someone helps me?
I've one problem about to use the plugin Jcarousel with Thickbox:if I
try to load dinamically the items with Ajax the class="thickbox"
doesn't works:
function jcarousel_getItemHTML(item)
{

    return '<a href="' + jQuery('src', item).text() + '"
class="thickbox"><img border="0" src="' + jQuery('src', item).text() +
'"  alt="' + jQuery('title', item).text() + '" /></a>';
};

So I've tried to add the line "!tb_init('a.thickbox, area.thickbox,
input.thickbox');"  in some jcarosuel's function and thickbox works in
very strange mode.
How can I improve thickbox in jcarousel using Ajax?

Reply via email to