Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用引导过滤器,并将整个 ajax 响应加载到一个 div。它包含指向 jscroll 的下一页的链接。但是它不工作它不会加载。当我第一次进入我的页面时,它工作得很好。
Ajax 完成后我的解决方案 set jscroll data tou null, $(container). data('jscroll', null) 它应该可以正常工作。之后,您再次使用您的参数调用 jscroll。