jQuery Ui - 将厚盒交换为 UI 对话框
Thickbox 已被贬值,并且在 jQuery UI 选项卡中使用时会导致问题。在开始使用选项卡之前,我只是简单地调用了thickbox,它正常工作,其中包含我的远程源的url。是否有一种通用方法可以使 jQuery UI 对话框与厚盒解决方案一样工作?
我这样称呼厚盒:
<a href="URLHERE" class="thickbox" disabled title='Select a value from the list provided'><img border=0 src='images/zoom.png'></a>
Thickbox is depreciated and causes problems when used within jQuery UI Tabs. Before moving to using tabs I was simply calling thickbox which worked as normal, with the url of my remote source included. Is there a generic way that jQuery UI dialogs can be made to work the same was as the thickbox solution?
I was calling thickbox like so:
<a href="URLHERE" class="thickbox" disabled title='Select a value from the list provided'><img border=0 src='images/zoom.png'></a>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
替换为 UI 对话框:
Replaced with UI Dialogs: