Jquery 标签使用绝对位置而不是 display:none
Jquery tabs use absolute position instead of display:none
Jquery 的选项卡通过将非活动选项卡设置为 "display:none" 来工作。我的问题是,有没有办法让它显示在屏幕外(可能是绝对的),比如说,从屏幕上显示 -999999 像素而不是 display:none?我有一个应用程序,每当分区的 width/height 更改时都会重置,这意味着每次将显示设置为 none.
时都会重置应用程序
提前致谢。
How to stop SWF inside of a jQuery UI tab from reloading
完美解决了我的问题。确保按照建议使用选项卡面板。
Jquery 的选项卡通过将非活动选项卡设置为 "display:none" 来工作。我的问题是,有没有办法让它显示在屏幕外(可能是绝对的),比如说,从屏幕上显示 -999999 像素而不是 display:none?我有一个应用程序,每当分区的 width/height 更改时都会重置,这意味着每次将显示设置为 none.
时都会重置应用程序提前致谢。
How to stop SWF inside of a jQuery UI tab from reloading
完美解决了我的问题。确保按照建议使用选项卡面板。