gpt4 book ai didi

jquery - 找不到图像,但它在服务器上

转载 作者:太空宇宙 更新时间:2023-11-04 04:20:11 25 4
gpt4 key购买 nike

我目前遇到一个我自己无法解决的问题。

我有一个简单的 img 标签,它有 src 属性链接一个实际上 存在的图像。然而页面不显示它并且 JavaScript 控制台返回错误:

enter image description here

虽然我正在加载图像,但它发现了 jQuery 中的错误:

<div class="login_with_fb">
<a href="#" class="button rounded-3px"> Можеш да си направиш и регистрация чрез facebook </a>
</div>

.login_with_fb .button {
background: #3a589b url(../img/fb_icon.png) no-repeat 10px center;
}

我唯一使用 jQuery 的地方是因为父 div 是隐藏的,当你点击一个按钮时它会设置 display: block

图像也可用。并且没有发现其他图像有任何问题。

最佳答案

在您的 http://your-website.com/assets/js/phake.style.js 文件中更改此设置

select_image: '../img/select.png', //image for the initial select
^ ^

也试试:

select_image: 'assets/img/select.png', //image for the initial select

关于jquery - 找不到图像,但它在服务器上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19197925/

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