[jQuery] thickbox close and ajax request
Hi!
I've small (or big- I'm unaware...).
I made small image manager using thickbox, when I'm adding new article
I can add some images (open thickbox, upload image) AND AFTER CLOSING
THICKBOX image list should refresh (using ajax), the main problem is
sending request after closing the thickbox (IFRAME!) i tried:
$("#TB_closeWindowButton", top.document).click(function() {
$.post("/n/admin/news/photos", { id: 5801 } );
});
but it doesn't work properly
thanks in advance for help