Reload an iframe with jQuery

$( '#iframe' ).attr( 'src', function ( i, val ) { return val; });

Leave a Comment