jQuery UI 1.7.2 与 jQuery 1.8.5 - 我需要更改由 themeroller 创建的 1.7.2 主题吗?
我正在切换到 jQuery 1.8.5,想知道是否有任何内容可能会破坏由 themeroller 创建的 jQuery UI 1.7.2 主题。我是否需要创建一个新主题(因为新效果等)或者我可以重复使用旧的 CSS 文件吗?
谢谢!
I am switching to jQuery 1.8.5 and was wondering if there's anything there that might break my jQuery UI 1.7.2 theme created by themeroller. Do I need to create a new theme (because of new effects, etc) or can I just re-use my old CSS files?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要新的 CSS,有一些代码更改(甚至新的小部件)需要更新 CSS。
您当前的 jQuery UI CSS 文件应该在注释中包含一个 URL,如下所示:
只需转到该 URL 即可获取主题的更新/当前版本,因此您无需重新配置颜色等。
You need new CSS, there are several code changes (and even new widgets) that need updated CSS.
Your current jQuery UI CSS file should have a URL inside a comment, like this:
Just go to that URL to get the updated/current version of your theme, so you don't need to reconfigure colors and such.