4

我正在使用带有一些动态生成元素的完美滚动条

我使用“DOMNodeInserted”事件来做到这一点

$(document).bind('DOMNodeInserted', function (event) {
        $('.scrollable,.k-grid-content,.portlet-body').perfectScrollbar();
    });

但我收到了这个错误

perfect-scrollbar.jquery.min.js:2 Uncaught RangeError: 超出最大调用堆栈大小。

我该如何解决这个错误?

是否有另一种方法可以让完美滚动条处理动态生成的元素?

谢谢你

4

0 回答 0