$('iframe').each(function () { var src = $(this).attr('src'); $(this).attr('src', src + '&showinfo=1&autohide=1'); });