【发布时间】:2023-03-17 11:21:02
【问题描述】:
如何在 jquery 的 css 方法中使用多个属性?
$(document).ready(function(e){
$("#dv1").click(function(){
$(this).css("height","200px")
$(this).css("backgroundColor","red")
})
})
【问题讨论】:
标签: jquery