gpt4 book ai didi

jquery - Webkit 不会使用 jQuery 切换背景图像

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

            function set_preview_image(image_link){
$('#slideshow-container').css("background-image", "url('files/images/store/content/templates/websites/preview_images/" + image_link + "'");
}

我正在传递图像变量。在 FF 和 IE 中一切正常。我错过了什么?我已经尝试使用 backgroundImage 而不是在 url 行中使用引号...

最佳答案

尝试使用 wedkit 的开发工具来查看是否没有应用背景图像的原因。

顺便说一句,没有必要在 url() 上放置一个字符串参数,而您在末尾错过了一个 )

function set_preview_image(image_link){
$('#slideshow-container').css("background-image", "url(files/images/store/content/templates/websites/preview_images/" + image_link +")");
}

关于jquery - Webkit 不会使用 jQuery 切换背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3393192/

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