[jQuery] Re: Error - getComputedStyle?

2008-01-29 Thread hj
Error is as follows: uncaught exception: [Exception... Could not convert JavaScript var getComputedStyle = document.defaultView.getComputedStyle( elem, null ); Not surprising; IE doesn't implement document.defaultView, let alone the getComputedStyle method. jQuery doesn't -directly-

[jQuery] Re: Error - getComputedStyle?

2008-01-28 Thread Josh Nathanson
This generally indicates that a bad variable type was passed to jQuery - for example passing an object as an argument to a method when it's expecting a string. -- Josh - Original Message - From: cloudsteph [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: