jquery ui 对话框是否支持从另一个对话框(并在其上)启动一个对话框
我有一个 jquery ui 对话框,用户在其中填写一堆用户输入,然后提交。其中一个字段变得越来越复杂,并且具有高级详细信息视图,因此我不想在对话框上显示所有详细信息,而是想显示一个按钮,该按钮将在第一个对话框顶部弹出另一个 jquery ui 对话框,其中包含一组迷你用户输入。
jquery ui 对话框支持这个吗?
i have a jquery ui dialog where a user fills out a bunch of user inputs and then submits. One of the fields is getting more complicated and has an advanced detail view so instead of showing all of the detail on the dialog, i want to show a button that will popup another jquery ui dialog on top of the first dialog with a mini set of user inputs.
is this supported in jquery ui dialog ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,你可以..
我有一个 JSFiddle 可以做到这一点。检查一下。
http://jsfiddle.net/79JWB/1/
yes you can..
i have a JSFiddle for this. check that out.
http://jsfiddle.net/79JWB/1/
是的,可以这样做,请致电您的
表单中按钮的
yes this can be done , call your
from your button in the form .