I'm loading colorbox on page load.
parent.$.fn.colorbox({href: "#inline_example1", overlayClose:false, inline:true,width:'80%',height:'90%', onClosed:function(){} ,onLoad: function() { }});
I want to close the parent window when the colorbox is closed.
Please tell me what should I write inside onClosed
function.