How can I reload my child window\'s parent using jQuery?
This working for me:
window.opener.location.reload() window.close();
In this case Current tab will close and parent tab will refresh.