Iframe Height
Posted
by Saravanan
on Stack Overflow
See other posts from Stack Overflow
or by Saravanan
Published on 2009-06-01T10:49:23Z
Indexed on
2010/03/08
12:36 UTC
Read the original article
Hit count: 418
iframe
I am using Jquery to control the height of Iframe.
jQuery("iframe",top.document).contents().height();
It's working for Increment of Iframe. When Iframe height decrease its not working.It returns the old value only.
Anbody know why this is happening?
© Stack Overflow or respective owner