通过 ThemeRoller 设置 JQuery 的默认主题
我在 html 中使用 JQuery 主题。 ThemeRoller 工作正常并应用正确的主题。但是我想更改页面加载时设置的默认主题。例如,我想在 html 加载时使用“开始”主题。有人可以帮忙吗?
I am using JQuery themes in my html. ThemeRoller works correctly and applies right themes. However I want to change the default theme that it sets when Page loads. For example, I want to use the 'Start' theme when html loads. Can anybody please help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以像这样使用“loadTheme”选项:
You can use the "loadTheme" option like that:
您需要从 ThemeRoller 下载生成的 CSS 和图像,并在页面中引用 CSS。
You need to download the generated CSS and images from the ThemeRoller and reference the CSS in your page.
正如 SLAks 所建议的,您需要执行以下操作:
下载新主题 (jquery 主题下载器)< /p>
解压文件并将其放入您的网站(南-street主题被复制到:MyWebproject\Content\themes\south-street)
在 html 中对 css 进行引用:
As SLaks suggests, you need do the following:
Download a new theme (jquery theme downloader)
Unzip the files and put them into your website (south-street theme gets copied to: MyWebproject\Content\themes\south-street)
Make a reference in your html to the css:
<link href="Content/themes/south-street/jquery-ui-1.8.13.custom.css" rel="stylesheet" type="text/css" />