bump
On Mar 7, 1:19 pm, Nguyễn Quốc Vinh <kureik...@gmail.com> wrote: > Well, i have a iframe element with ID iframe-template > Then, i used $('#iframe-template').attr('src', url) to load content of url > into that iframe! > It works fine! But i dunno how to make it grow up to it's actually > > This is my iframe tag > <iframe width='100%' height='100%' id='iframe-template' > name='iframe-template' frameborder=0 src='' scrolling='no'></iframe>