[jQuery] $(window).resize event does not fire in IE8

2009-04-30 Thread ThaStark
Hey Guys - I am posting this question a second time and apologize if someone answered it in the other thread - I cannot find the post anywhere on this list. $(window).resize(function(){ alert("Stop it!"); }); Is not firing in IE8 - this is the exact sample code provided at: http://docs.jquery

[jQuery] window resize not working in IE8

2009-04-28 Thread ThaStark
I'm testing on Windows 7 and have not checked to see if its related to that ... The following code does not run in IE 8: $(window).resize(function(){ alert("Stop it!"); }); Can anyone verify, Thx

[jQuery] jQuery CSS 3 Compliant - but does it fix CSS?

2009-04-23 Thread ThaStark
The jQuery home page says jQuery is CSS 3 Compliant. This is a dumb question: but does that imply that it fixes CSS 3 in all browsers or just that it supports CSS 3 selectors? I have a feeling it's the later.