How can I reload my child window\'s parent using jQuery?
window.parent.opener.location.reload();
worked for me.