需要在 jQuery 中创建一个可以充当表单的对话框
我想创建一个可以显示表单的对话框,我可以在提交时刷新页面内容。
我想在对话框中打开计算器。提交值后给出输入。计算应更新同一视图中的表。在同一个对话框中。
我使用 JQuery 并使用控制器提交数据。请指导我该怎么做。
谢谢,
I want to create Dialog box which can show form where i can refresh the page content on submition.
I want to open a calculator in dialog box . On giving input after submitting the value. the calculation should be updated the table in same view. in same dialog box.
i m using JQuery and for submitting data i m using controller. kindly guide me how to do it.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 jquery UI 对话框
http://jqueryui.com/demos/dialog/#modal-form
创建一个id 为“calculator-form”的表单并将其称为对话框,如下所示。
Try using jquery UI dialog
http://jqueryui.com/demos/dialog/#modal-form
Create a form with id 'calculator-form' and call it dialog as below.