jQuery 选项卡 - 测试是否已加载
我有一个在回发加载时显示的 jQuery 对话框。然而问题是,对话框在选定的选项卡设置在其后面之前出现,因此在对话框关闭之前会显示错误的选项卡。
有没有办法在调用对话框之前测试并等待选项卡完成设置?
I have a jQuery dialog that is displayed on postback load. The problem however is that the dialog appears before the selected tab is set behind it, so the wrong tab is shown until the dialog is closed..
Is there a way to test and wait until the tabs are finished setting up before invoking the dialog?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从选项卡显示事件打开对话框
You can open the dialog from the tabs show event