jquery 改变css的background rgba属性
Posted li阿根
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery 改变css的background rgba属性相关的知识,希望对你有一定的参考价值。
废话少说,直接上代码
$("#toolBox ul li").hover(function(){ $(this).css("background","rgba(0,0,0,0.8)"); },function(){ $(this).css("background","rgba(0,0,0,0.65)"); });
以上是关于jquery 改变css的background rgba属性的主要内容,如果未能解决你的问题,请参考以下文章