<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<meta charset="utf-8" />
<script src="jquery-3.3.1.js"></script>
<script>
$(function () {
$('#btn').click(function () {
$('p,strong,div.cls').css('backgroundColor', 'orange');
})
})
</script>
</head>
<body>
<input type="button" name="name" value="效果" id="btn"/>
<p>这是p</p>
<strong>这是strong</strong>
<div class="cls" style="width:50px;height:50px">
</div>
<div style="width:300px;height:200px;background-color:yellow">
</div>
</body>
</html>
相关文章
- jQuery中的表单对象属性过滤选择器(四、八)::enabled、:disabled、:checked、:selected
- jQuery中的属性过滤选择器(四、五):[attribute] 、[attribute=value]、[attribute!=value] 、[attribute^=value] 等
- Jquery图片上传组件,支持多文件上传
- jQuery选择器总结
- jQuery学习笔记——jQuery选择器练习
- Jquery选择器 选择一个不存在的元素 为什么不会返回 false
- 巧用jQuery选择器写表单办法总结(提高效率)
- JQuery下载及选择器总结
- jQuery中的子(后代)元素过滤选择器(四、六):nth-child()、first-child、last-child、only-child
- 带有过滤器值的jQuery目标选择器属性并添加新类