Code Snippet Submit one! Home » Code Snippets » jQuery » Force iframe to ReloadForce iframe to Reload$('iframe').attr('src', $('iframe').attr('src'));
same without JQuery:
Because JQuery is not always needed :)
The difference is that Chris reloads all iframes whereas you only reload the first one the in the DOM tree.
Maybe I’m going way overboard, but if you wanna do it purely in JavaScript with the same results Chris got:
I can't wait for the day Chris learns how to do proper prototyping ;-)