How can I reload my child window\'s parent using jQuery?
You can reload parent window location using :
window.opener.location.href = window.opener.location.href;