jQuery not working with IE 11

前端 未结 6 844
离开以前
离开以前 2020-12-08 18:44

Object doesn\'t support property or method \'addEventListener\'

\'jQuery\' is undefined 

I\'m using IE 11,

/jquer

6条回答
  •  自闭症患者
    2020-12-08 19:31

    The problem was caused because the page was an intranet site, & IE had compatibility mode set to default for this. IE11 does support addEventListener()

提交回复
热议问题