To force a iframe to reload in jQuery you can use the following snippet.

Sample jQuery

$('iframe').attr('src', $('iframe').attr('src'));

2 thought on “How to force a iframe to reload in jQuery”

Leave a Reply