스킬(skills)/제이쿼리(jQuery) jQuery 로 iframe reloading 하는방법 후바스탱크 2015. 4. 17. 18:07 $('iframe').each(function() { this.contentWindow.location.reload(true); }); 응용해서 사용하면 된다. 저작자표시 (새창열림)