jQuery, .empty() and memory

后端 未结 4 1561
广开言路
广开言路 2020-12-21 02:47

my application (ASP.NET MVC) shows a page which loads data constantly, at certain intervals.

The jQuery script calls a controller and this one renders a different pa

4条回答
  •  不知归路
    2020-12-21 03:06

    I believe it's not you being wrong, but rather it is the implementation of JavaScript in the browser. Do you face this problem in different browsers (Firefox, Opera, Internet Explorer), or only in some specific browser?

    To get a better answer, you should post some of the JavaScript code that renders your page - maybe there are some optimizations possible.

提交回复
热议问题