Error in IE8: Object expected
code:
return base[name].apply(this, args);
Another error in IE8 (separate script): Object doesn't support this property or method
$('.timer', currentOffer).countdown({until: offerEnd, serverSync: serverTime, compact: true, alwaysExpire:true, onExpiry: function(){expireOffer(currentOffer);}
});
Been banging head against wall for a while now on this one.
If you'd like to see a JS fiddle that has all the code and various plugins etc then: http://jsfiddle.net/ZUTL6/13/
Works fine in everything > IE8
Any help muchly appreciated!