jQuery 參考手冊(cè) CSS 操作
jQuery 參考手冊(cè) CSS 操作
jQuery CSS 操作函數(shù):
下面列出的這些方法設(shè)置或返回元素的 CSS 相關(guān)屬性。
CSS 屬性 | 描述 |
---|---|
css() | 設(shè)置或返回匹配元素的樣式屬性。 |
height() | 設(shè)置或返回匹配元素的高度。 |
offset() | 返回第一個(gè)匹配元素相對(duì)于文檔的位置。 |
offsetParent() | 返回最近的定位祖先元素。 |
position() | 返回第一個(gè)匹配元素相對(duì)于父元素的位置。 |
scrollLeft() | 設(shè)置或返回匹配元素相對(duì)滾動(dòng)條左側(cè)的偏移。 |
scrollTop() | 設(shè)置或返回匹配元素相對(duì)滾動(dòng)條頂部的偏移。 |
width() | 設(shè)置或返回匹配元素的寬度。 |
相關(guān)文章
- jQuery 簡(jiǎn)介
- jQuery 效果 淡入淡出
- jQuery 遍歷 祖先
- jQuery 事件 dblclick() 方法
- jQuery 事件 die() 方法
- jQuery 事件 pageY 屬性
- jQuery 事件 type 屬性
- jQuery 事件 resize() 方法
- jQuery 事件 unbind() 方法
- jQuery jQuery.support 屬性
- jQuery 數(shù)據(jù) jQuery.data() 方法
- jQuery 數(shù)據(jù) jQuery.removeData() 方法
- jQuery 遍歷 add() 方法
- jQuery 遍歷 find() 方法
- jQuery ajax ajaxSend() 方法
- jQuery 文檔操作 empty() 方法
- jQuery 效果 fadeIn() 方法
- jQuery :animated 選擇器
- jQuery :input 選擇器
- jQuery :radio 選擇器