使用 Jquery UI 进行模态和进一步划分的选项卡
How can this kind of dialog with Modal, tabs and 'preview' be drawn using Jquery UI?
[google docs spreadsheet popup]
Image can be seen at -
https://i.sstatic.net/c4ecl.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的!
首先,将内容(选项卡、表单字段等)放入 div 中。然后只需在 div 本身上应用 .dialog() 即可。示例:
然后应用脚本:
Simple!
First, make the contents (tabs, form field etc ) in a div. Then simply apply .dialog() on the div itself. Example:
Then apply the script as such: