To force a iframe to reload in jQuery you can use the following snippet.
Sample jQuery
$('iframe').attr('src', $('iframe').attr('src'));
All the Code Snippets and Samples you need
To force a iframe to reload in jQuery you can use the following snippet.
$('iframe').attr('src', $('iframe').attr('src'));
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to force a #iframe to reload in #jQuery http://t.co/sZQ9rCKBr5 #js #javascript #php #html #coding
RT @CodeSnippetsNET: How to force a #iframe to reload in #jQuery http://t.co/sZQ9rCKBr5 #js #javascript #php #html #coding