views:

371

answers:

0

I have a page that gives a summary of selections. People make their selections from within a thickbox by clicking a link on the page. The page works great on first load as the summary content is current. Or after making their thickbox selections, it requires a full page refresh to update the summary.

What I would like to do is call a function when thickbox closes that just refreshes the summary portion of the page. I haven't been able to find an 'onClose' method with thickbox yet.

Any clues on how to do this? I thought that providing meaningful feedback on thickbox close would be pretty central to the concept but I can't locate documentation or examples.