[jQuery] Why IE hangs with this code? (Newbie to jQuery)

[jQuery] Why IE hangs with this code? (Newbie to jQuery)

<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Please,<DIV>can someone tell me why IE hangs when executing this code?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>$(document).ready(</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN> function(){</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN> <SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>$(window).resize(</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>function(){</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>var ys = $('html').height();</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>alert(ys);</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>if(ys>700){</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>$('#wrap').addClass('over1024');</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>} else {</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>$('#wrap').removeClass('over1024');</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>}</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>return false;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>}</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>);</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN> }</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>  );</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>When the window is resized in IE the browser hangs, but other browsers (Fireworks, Safari) just do fine..</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Is there a simpler way to write this function?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks for your time</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Hrvoje</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">====================</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Hrvoje Blažeković</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">tel.:<SPAN class="Apple-converted-space"> <SPAN class="Apple-converted-space"> </SPAN></SPAN>048/220 418</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">fax.: 048/220 417</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">e-mail: <A href="mailto:hrvoje@skin29.net"> hrvoje@skin29.net</A></FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">------------------------------------</FONT></P><BR class="Apple-interchange-newline"></SPAN></SPAN> </DIV><BR></DIV></BODY></HTML>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/