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?
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?