Object doesn't support this property or method IE8 and Countdown.js Plugin

╄→гoц情女王★ 提交于 2019-12-11 06:57:50

问题


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!


回答1:


The owner of the plugin just added a fix for this 3 hours ago: https://github.com/kbwood/countdown/issues/41

Just need to downloaded the latest version of jquery.plugin.js



来源:https://stackoverflow.com/questions/22147303/object-doesnt-support-this-property-or-method-ie8-and-countdown-js-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!