$('iframe').attr('src','');//empty iframe setTimeout( function (){ $('iframe').attr('src',url);//load content }, 2000);