Reputation: 11765
How can I reload an aspx page in an iframe using jquery?
Upvotes: 1
Views: 1719
Reputation: 8117
$("#idOfIframe").attr("src",$("#idOfIframe").attr("src"));