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");
展开
 我来答
6fone
2015-09-17 · TA获得超过804个赞
知道小有建树答主
回答量:631
采纳率:33%
帮助的人:542万
展开全部

参数只是一个对象,把属性用{}括起来,组一个对象:

$("#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"});

参考:http://www.w3school.com.cn/jquery/jquery_css.asp

追问
那我的 height:"'+width+'px" 这个高度是个动态值 要怎么设置呢,我这样设置怎么老是报错呢?
追答
就这样设置呀,报的什么错误?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式