jQuery, .empty() and memory

后端 未结 4 1523
广开言路
广开言路 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:15

    You can check if DOM is leaking with Drip tool (article) As a temporary workaround may be you should completely reload the whole page periodically.

提交回复
热议问题