Nithesh Narayanan
Nithesh Narayanan

Reputation: 11765

Reload page in iframe using jQuery

How can I reload an aspx page in an iframe using jquery?

Upvotes: 1

Views: 1719

Answers (1)

Chinmayee G
Chinmayee G

Reputation: 8117

$("#idOfIframe").attr("src",$("#idOfIframe").attr("src"));

Upvotes: 1

Related Questions