我目前遇到一个我自己无法解决的问题。
我有一个简单的img
标记,其src
属性链接了actually
存在的图像。但是页面没有显示它,JavaScript
控制台返回错误:
虽然我正在加载像这样的图像,但它在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
。
此图片也可用。并且不要发现其他图像有任何问题。
答案 0 :(得分:2)
在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