.js文件包含代码:
(function ($) {
"use strict";
$("#owl-demo").owlCarousel({
slideSpeed: 50,
paginationSpeed: 400,
singleItem: true,
autoPlay: true,
});})(jQuery);
它适用于所有浏览器,但在IE 11中。当我尝试在IE11中运行它时,Visual Studio会在函数的第一行自动添加navigation:true
并在最后一行添加navigation:false
然后它会在http://localhost:1400/Scripts/main.js \ n \ n \ nSCRIPT1046第78行第78行产生错误,说明" JavaScript严重错误:严格模式下不允许的属性的多个定义"。第78行是navigation:false
行