如何升级自定义jQuery UI主题?

fbu*_*ger 36 themes jquery-ui themeroller

我使用themeroller为JQuery UI 1.7创建了2个自定义主题.现在我更新到jQuery UI 1.8.5,我想确保我的主题也更新.如何使用themeroller自动重新生成/更新我的自定义主题?

fbu*_*ger 70

jQuery UI主题css文件在其注释中包含编辑链接.此链接将打开Themeroller,其中包含您自定义主题的设置.

  /*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI,%20Arial,%[...]*/
Run Code Online (Sandbox Code Playgroud)

  • 非常感谢你发布你的答案.我想你应该接受它. (9认同)