码迷,mamicode.com
首页 > Web开发 > 详细

jQuery中的css属性对应名称

时间:2016-05-03 22:12:27      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

css中一些样式属性可以直接引用到jquery中,但是有些属性在jquery中与在css中有些区别,下面就是一些常用属性在css与jquery中的名称。

jQuery中的css属性对应名称
css jQuery
bottom bottom
left left
right right
top top
width width
min-width minWidth
max-width maxWidth
height height
min-height minHeight
max-height maxHeight
background-position backgroundPositionX/backgroundPositionY
margin margin
margin-top marginTop
margin-right marginRight
margin-bottom marginBottom
margin-left marginLeft
padding padding
padding-top paddingTop
padding-right paddingRight
padding-bottom paddingBottom
padding-left paddingLeft
outline-width outlineWidth
font-size fontSize
letter-spacing letterSpacing
word-spacing wordSpacing
line-height lineHeight
text-indent textIndent
z-index Zindex
border-radius borderRadius

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

基本思路就是:单个单词的属性保持不变,带有连字符的属性去连字符后,后面单词首字母大写。

jQuery中的css属性对应名称

标签:

原文地址:http://www.cnblogs.com/muqiangwei/p/5456565.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!