Hi

refresh or reload iframe using jQuery


//Reload iframe
$('#testframe').attr('src', $('#testframe').attr('src'));
Previous
Next Post »