laravel 动态加载的评论页面不起作用jquery

laravel the comment page loaded dynamically does not work side jquery

我有一个包含评论的网页 post,在实现无限页面滚动时一切都很好,除了动态加载的页面,评论部分不起作用 jquery!! !

像这样使用jquery$(document).on()

$(document).on(event, selector, function(){

     //implementation 

});

这应该对你有用。

Jquery 未看到 DOM 文档准备就绪后自动加载的对象