Internet explorer says Object doesn't support this property or method

后端 未结 8 906
遥遥无期
遥遥无期 2021-01-07 03:14

This line is 79:

window.addEvent(\'domready\', function(){     
    mySlide = new Fx.Slide(\'advert\');
    mySlide.hide();
});

It also doe

8条回答
  •  迷失自我
    2021-01-07 03:24

    Just a quick addition to the conversation.

    In some cases (video.js / bigvideo.js come to mind) you need to run modernizr.js as your first script before jQuery or jQuery UI. Clears things right up.

提交回复
热议问题