如何用jQuery获得一个div的背景图片
这个任务是用jQuery获得一个div的背景图片。你可以通过使用jQuery中的CSS()方法来实现这个任务。
简单地说,我们需要创建一个空的div,在点击事件中,空的div将获得图片作为背景。
CSS():这是jQuery内置的方法,用于添加CSS属性,但在这种情况下,我们需要使用URL()方法提供完整的属性。
语法:
- 下面的语法将返回第一个匹配元素的background-color值。
css("property_name");
- 这个语法将为所有匹配的元素设置background-color值。
$("p").css("background-color", "colorName");
URL():这是一个CSS函数,用来包含一个文件。它接受一个字符串格式的单参数URL。
语法:
url(" <string> <url-modifier> ")
例子1:首先,创建一个空的div和一个按钮。将该按钮映射到jQuery的CSS()方法。在按钮被点击后,使用一个图片放置在div元素中。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<style>
.box {
width: 600px;
height: 500px;
border: 6px solid green;
}
</style>
<script src=
"https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script>
(document).ready(function () {
("button").click(function () {
var imageUrl = "gfg.jpg";
$(".box").css("background-image", "url(" + imageUrl + ")");
});
});
</script>
</head>
<body>
<div class="box"></div>
<p><button type="button">
click here to see the background img.
</button>
</p>
</body>
</html>
输出:
- 点击前:
- 点击后:
示例 2:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<style>
.box {
width: 600px;
height: 500px;
border: 6px solid rgb(61, 65, 61);
}
</style>
<script src=
"https://code.jquery.com/jquery-3.5.1.min.js">
</script>
<script>
(document).ready(function () {
("button").click(function () {
var imageUrl = "g.jpg";
$(".box").css("background-image", "url(" + imageUrl + ")");
});
});
</script>
</head>
<body>
<div class="box"></div>
<p><button type="button">click here !!</button></p>
<style>
button {
background-color: blueviolet;
align-items: center;
margin-left: 250px;
}
</style>
</body>
</html>
输出:
- 点击前:
- 点击后: