如何用js控制<span>的class属性,比如onclick=javascript:this.class='css2'

如何用js控制<span>的class属性,比如onclick=javascript:this.class='css2',第1张

<style>

.css1{background-color:ff0000color:ff9966border:1cursor:hand}

.css2{background-color:00ff00color:ffffffborder:1cursor:hand}

</style>

<span class="css1" onclick="javascript:this.className='css2'">这是一段文字

</span>

$("span").find(".state").each(function()

{

if($(this).html()=="1"

$(this).addClass("current")

})


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11561753.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-17
下一篇 2023-05-17

发表评论

登录后才能评论

评论列表(0条)

保存