gpt4 book ai didi

javascript - WordPress 在 Javascript 文件中访问 CSS 文件

转载 作者:行者123 更新时间:2023-11-28 06:48:09 24 4
gpt4 key购买 nike

我有一个演示网站的脚本,该脚本将 CSS 文件替换为另一个不同颜色的 CSS 文件。它在本地运行得很好,但我无法使其在网上运行。

我认为本地代码中无法在线运行的部分是:

if (color == "b9e0e9") {
switcher_link.attr('href',"http://localhost:8888/wordpress/wp-content/themes/theme1/css/blue-theme.css");
var atrrHref = switcher_link.attr('href');
}

我尝试使用 ../css/blue-theme.css 访问 css 文件和/css/blue-theme.csscss/blue-theme.css还有<?php bloginfo('template_directory'); ?>/css/blue-theme.css在这种情况下我应该写什么才能获得正确的路径并使脚本在线工作?我已经尝试了几乎所有我知道的方法,但没有成功。

最佳答案

我发现了,这是一个多么简单的问题,但也是我最后能想到的。

路径是 ../themes/theme1/css 而不是 ../themes/Theme1/css

关于javascript - WordPress 在 Javascript 文件中访问 CSS 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33214442/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com