tinyphp

单个样式:

$(this).css("color","red");

多个样式:

$(this).css({color:"red",background:"black"});

获取样式值:

$(this).css("color")

分类:

技术点:

相关文章: