Reload an iframe (jQuery)
Same as:
var src = $("#iframe").attr("src")
$("#iframe").attr("src", src)
But less awkward:
$("#iframe").attr("src", function(index, attr){
return attr;
});
Written by Juris Galang
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Iframe
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#