$('#iframe').on('load', function() { alert('frame has (re)loaded '); });
$(iframeSelector).contents().find('html').html(htmlContent);
<iframe src="javascript:void(0);"></iframe>