Error: Attempt to run compile-and-go script on a cleared scope

前端 未结 10 2139
遇见更好的自我
遇见更好的自我 2020-12-02 16:45

Since upgrading to Firefox 4.0, I\'ve noticed that I\'m occasionally getting an error in the console stating:

attempt to run compile-and-go script on

10条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-02 17:09

    I got this error when I tried adding events on elements appended from a same domain iframe. Added clone() and errors stopped.

提交回复
热议问题