Simplemodal框不会每次加载动态html
我正在使用 simplemodal 来显示使用 ajax 动态获取的表单。 第一次,它加载没有任何问题。但之后表格打不开 我收到以下错误: $(data).modal 不是一个函数
我曾尝试动态加载脚本,但这并没有真正引起注意 的问题。有什么想法吗?
谢谢 !!
I am using simplemodal to display a form which is fetched dynamically using ajax.
The first time, it loads w/o any issue. But after that, the form does not open
and I get the following error:
$(data).modal is not a function
I have tried loading the script dynamically but that does not really take care
of the problem. Any ideas ?
Thanks !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
表单是否包含再次加载 jQuery 的脚本标记?如果再次加载 jQuery,$ 对象将被覆盖,并且您将丢失模态插件。
Does the form contain a script tag loading jQuery again? If jQuery is loaded again, the $ object will be overwritten and you will lose the modal plugin.