通过 ThemeRoller 设置 JQuery 的默认主题

发布于 2024-10-30 06:04:15 字数 106 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

撩起发的微风 2024-11-06 06:04:15

您可以像这样使用“loadTheme”选项:

$("#themeSwitcher").themeswitcher({
    "loadTheme": "Start"
});

You can use the "loadTheme" option like that:

$("#themeSwitcher").themeswitcher({
    "loadTheme": "Start"
});
儭儭莪哋寶赑 2024-11-06 06:04:15

您需要从 ThemeRoller 下载生成的 CSS 和图像,并在页面中引用 CSS。

You need to download the generated CSS and images from the ThemeRoller and reference the CSS in your page.

我只土不豪 2024-11-06 06:04:15

正如 SLAks 所建议的,您需要执行以下操作:

  1. 下载新主题 (jquery 主题下载器)< /p>

  2. 解压文件并将其放入您的网站(南-street主题被复制到:MyWebproject\Content\themes\south-street)

  3. 在 html 中对 css 进行引用:

As SLaks suggests, you need do the following:

  1. Download a new theme (jquery theme downloader)

  2. Unzip the files and put them into your website (south-street theme gets copied to: MyWebproject\Content\themes\south-street)

  3. 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" />

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文