Thanks for this. I can confirm that the above does work...and even the original code works (at least in Safari 3).
What I've discovered, is that Jquery ($.post) returns my results to the page AFTER Shadowbox.setup(); is firing so it's logical that it's not refreshing all my links (it does refresh the ones not included in the ajax reload).
Well, for what it's worth...I just can not get this to work with a Jquery $.post call...but if like use the Jquery.load() method it works.
What I'm doing is a little complicated and there could be something else in the way...but I thought I would post this...maybe this makes some sense to somebody else...
In the end, I just designed a way around it so everything works...the first idea was too much...second idea works like a charm (still using Shadowbox too).
hello,
i am an ajax newbie.
can anybody explain a little more specific how or better where (files?) to makes this work?
i am looking one week for a solution.
now i am knowing the problem (ajax refresh) but dont know to solve it.
thank you!