1

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"));
    });
4

0 回答 0