更改 jQuery UI 主题的简单方法?
有没有一种简单的方法可以通过替换某些文件来更改 jQuery UI 的主题?似乎每次我想更改主题时,我都必须继续下载整个 jQuery UI。
Is there an easy way to change the theme of the jQuery UI by replacing certain files? It seems like I have to keep downloading the entire jQuery UI every time I want to change the theme.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在 http://jqueryui.com/themeroller/ 构建自己的主题。
一旦你建立了你的主题,你将在地址栏中有链接,你可以添加书签和
在您下载的 css 文件
jquery-ui-1.8.6.custom.css
中:http://jqueryui.com/themeroller/#ffDefault=Trebuchet+MS,+Tahoma,+ Verdana,+Arial,+sans-ser...
对于每个修改,您可以使用这些链接而不是从头开始。
编辑
通过使用
totalcommander比较工具
或winmerge
,您只需同步现有的jquery ui文件和新的jquery ui文件(如果您构建新的jquery ui文件)You can build your own theme at http://jqueryui.com/themeroller/.
once you build your theme you will have link both in address bar that you can bookmark and
in your css file
jquery-ui-1.8.6.custom.css
that you download:http://jqueryui.com/themeroller/#ffDefault=Trebuchet+MS,+Tahoma,+Verdana,+Arial,+sans-ser...
for each modification you can use these link instead of start from beginning.
EDIT
by using
totalcommander compare tool
orwinmerge
, you just do syncronize existing jquery ui files and the new jquery ui files, if you build new one您唯一需要更改的是样式表和图像。
The only thing you need to change is the stylesheet and the images.
参考这个答案,您可以在
css
文件中找到ThemeRoller编辑链接。该网址包含整个主题设置,这是迁移/升级它的最佳方式。Referring to this answer, you can find ThemeRoller edit link in your
css
file. This url contains whole theme settings and this is the best way how migrate/upgrade it.