I’m getting a “object doesn’t support this property or method” error in IE8 on my webpage and was just wondering if anyone could see anything wrong with the following code that it is flagging it up on:
excerptWrapper.equalHeights().find('.position_excerpt').css({display:'block', opacity:0, position:'absolute'});
var excerptWrapperHeight = excerptWrapper.height();
Either:
excerptWrapperis not a jQuery object. I.e. it wasn’t created with$(somethingHere).