jqModal窗口效果在表单提交时关闭
我正在使用 jqmodal 调用模态窗口,其中包含一个表单。当我尝试提交表单时,模式窗口效果消失。有没有办法即使在表单刷新时也能保留效果。由于 Tapestry 元素的存在,Ajax 提交变得很复杂。
还有一个要求是我如何在同一个 AJAX 窗口中加载另一个 html...
此链接显示了它如何在带有 href 属性的厚盒中完成 查看示例
I am invoking a modal window using jqmodal and in it contains a form. When I try to submit the form, the modal window effect goes off. Is there a way i can retain the effect even when the form refresh happens. Ajax submit is 2 complex because of tapestry elements.
One more requirement is how do i get to load another html in the same AJAX window....
This link shows how its done in thickbox with href attribute
View Sample
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用这个示例,我能够完成任务......
http://www .digitss.com/jquery/thickbox/thickbox_hacked.html
Using this sample i was able to achieve the task.....
http://www.digitss.com/jquery/thickbox/thickbox_hacked.html