<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="../js封装/jQuery.mini.js"></script>
</head>
<body>
<button>快速</button>
<button>快速</button>
<button>快速</button>
<button>快速</button>
<button>快速</button>
<button>快速</button>
<button>快速</button>
<script>
$(function() {
$('button').click(function() {
$(this).css('background-color', 'yellow');
$(this).siblings('button').css('background-color', '');
})
})
</script>
</html>
排他思想 jq
最新推荐文章于 2022-10-21 14:19:56 发布