views:

152

answers:

2

Is there a JQuery plugin that makes easier handling window resize events?

Specifically I would like the google maps iframe to resize when the window does - just like a div.

Can jquery help?

+1  A: 

Hi,

Check this article : http://notsurereally.wordpress.com/2009/02/07/jquery-adjusting-div-heights-on-window-resize/

yoda
so...do it manually is what I'm hearing, correct?
George Mauer
yes, apart of the $(window).resize function .. There's no real plugin to "extend an element based on another's element changes"
yoda
+1  A: 

Do you need a plugin?.. check out this article.

*Note: The article says they haven't tested it in IE6, and I don't have IE6 to check it out... but it works with IE8.

fudgey