为什么从 Ajax 加载新文本后 jQuery Expander 就会停止工作?
我正在使用 jQuery Expander 截断一些文本(添加“阅读更多”按钮)。它在默认文本上工作正常,但是一旦我通过 Ajax 加载一些新内容,该插件就不再工作(在新加载的文本上)。
关于如何解决这个问题有什么建议吗?
I'm using jQuery Expander to truncate some text (adding 'read more' button). It works fine on default text, but once I load up some fresh content via Ajax the plugin doesn't work anymore (on the newly-loaded text).
Any suggestions on how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过使用 $('.....').expander('destroy'); 解决了这个问题
I solved the issue by using $('.....').expander('destroy');