IE10:Script5007:对象预期错误

时间:2013-09-10 15:18:08

标签: javascript jquery jquery-ui internet-explorer

IE10:Script5007:对象预期错误

这适用于我的产品页面上的标签: http://www.amleo.com/new!-arborrain-hydrator-for-trees-and-plants/p/VP-AR/

刚刚开始体验这一点,但仅限于IE10

    $(function(){

        $('#tabs li').click(function(){
            var index = $(this).index() +1;
            $('#tabs, #tabs-content').children().removeClass('active');
            $(this).addClass('active');
            $('#tab' + index).addClass('active');
        });
        PersonalizationClick(document.getElementById("personalization"));
    });

0 个答案:

没有答案