I\'m wondering how to refresh/reload a page (or even specific div) once(!) using jQuery?
Ideally in a way right after the DOM structure is available (c
DOM structure
Try this code:
$('#iframe').attr('src', $('#iframe').attr('src'));