“Stack overflow in line 0” on Internet Explorer

后端 未结 13 2096
时光取名叫无心
时光取名叫无心 2020-12-14 00:48

I realise this is not the ideal place to ask about this in terms of searchability, but I\'ve got a page whose JavaScript code throws \"Stack overflow in line 0\" errors when

13条回答
  •  悲&欢浪女
    2020-12-14 01:10

    My was "at line 1" instead but...

    I got this problem when using jQuery's .clone method. I replaced these by using making jQuery objects from the html string: $($(selector).html()).

提交回复
热议问题