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