Object doesn't support this action IE9 with CustomEvent Initialization

前端 未结 4 1703
时光说笑
时光说笑 2021-02-05 13:29

I am getting the following error in IE9:

\"Object doesn\'t support this action\".

There are various question about this, but mine is specifically for the followi

4条回答
  •  Happy的楠姐
    2021-02-05 14:23

    Afaik custom events are not supported in IE, only in normal browsers. I suggest using a javascript library that provides a browser independent implementation like Jquery's trigger: http://api.jquery.com/trigger/

提交回复
热议问题