There are no tracking or monitoring cookies on this site. There are only cookies used for documentation examples related to cookies.
Close

Processing...
This may take a few seconds.

iframe-reload

Syntax

iframe-reload: true [every (time)] [after (time)];

Reload the iframe specified by the target selector.

Example:

#reloadButton:click {
#myIframe {
iframe-reload: true;
}
}

Note: In order to get cross-browser compatibility, the technique behind the scenes is to clone the iframe element, add the clone after the existing frame, and then remove the old iframe.

iframe-reload