FragMeister
unread,Feb 10, 2009, 7:14:43 PM2/10/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Slimbox
I am using Slimbox for the first time, so please bear with me if I am
a little slow!
I have a website where one of the div's is being changed by "load"ing
a new file in when links are clicked (using jQuery)
In the new files, there are anchors with the rel="lightbox" tag, but I
am not sure how to get Slimbox to refresh itself now that the contents
of the page has been changed by the ajax update.
I tried adding jQuery().slimbox(); to my javascript function after the
my "content" div has been updated by the new html, but this is
invoking the slimbox overlay immediately, rather than just setting up
slimbox to work with the new pictures now in the page.
thanks;