jquery这样动态添加样式为为什么报missing ) after argument list
$("#yy").css("position":"absolute","width":"21px","height":"‘+width+’px","top":"46px"...
$("#yy").css(
"position": "absolute",
"width":"21px",
"height": "‘+width+’px",
"top":"46px",
"right":"42.5px",
"z-index":"1000",
"background":"url("../images/tabs1_03.jpg") no-repeat"); 展开
"position": "absolute",
"width":"21px",
"height": "‘+width+’px",
"top":"46px",
"right":"42.5px",
"z-index":"1000",
"background":"url("../images/tabs1_03.jpg") no-repeat"); 展开
1个回答
展开全部
参数只是一个对象,把属性用{}括起来,组一个对象:
$("#yy").css({
"position": "absolute",
"width":"21px",
"height": "‘+width+’px",
"top":"46px",
"right":"42.5px",
"z-index":"1000",
"background":"url("../images/tabs1_03.jpg") no-repeat"});
追问
那我的 height:"'+width+'px" 这个高度是个动态值 要怎么设置呢,我这样设置怎么老是报错呢?
追答
就这样设置呀,报的什么错误?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询