如何在jQuery中使用removeClass()方法?
要使用jQuery单击锚标记来添加类,请使用addClass()方法。要删除一个类,请使用removeClass()方法。
示例
您可以尝试运行以下代码,以了解如何使用jQuery删除类-
<html>
<head>
<script src = "https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("a").click(function(){
$("a.active").removeClass("active");
$(this).addClass("active");
});
});
</script>
<style>
.active {
font-size: 22px;
}
</style>
</head>
<body>
<a href="#" class="demo1">One</a>
<a href="#" class="demo2">Two</a>
<p>Click any of the link above and you can see the changes.</p>
</body>
</html>热门推荐
7 带字简短的祝福语
10 简短的贺卡英文祝福语
11 最新中秋祝福语简短霸气
12 简短温馨周末祝福语大全
13 简短看病人的祝福语
14 奥运会简短祝福语
15 新年情人祝福语大全 简短
16 余生男朋友祝福语简短
17 花束文案简短祝福语大全
18 给公司拜年祝福语简短