How to close fancybox after Ajax Submit?
I am using Jquery form plugin. Popup is displayed with image uploading form. Image is uploaded successfully. I want to close the popup after successful upload of image. The below javascript is written in popup content. $(this).ajaxSubmit({ success: function(dd) { parent.$.fancybox.close(); } }); But it is not working. Jquery library, fancybox library included in the popup content and in parent page. Additionally i want to reload the fancybox again with "dd (ajax return value)" content loaded with it. It will have Jcrop function. Right now, Jcrop is not working once the ajaxSubmit used to