$('.refrech-iframe').click(function(){ $(".myiframe").attr("src", function(index, attr){ return attr; }); });