DOM操作(Manipulation)に関する jQuery API リファレンス。
General Attributes
一般的属性 Class Attribute
クラス属性 DOM Insertion
DOM挿入 Copying
コピー DOM Replacement
DOM置換 DOM Removal
DOM削除 Style Properties
スタイルプロパティ
一般的属性 Class Attribute
クラス属性 DOM Insertion
DOM挿入 Copying
コピー DOM Replacement
DOM置換 DOM Removal
DOM削除 Style Properties
スタイルプロパティ
General Attributes / 一般的属性
- attr( attributeName )
- attr( attributeName, function( [index][, oldValue] ) )
- attr( attributeName, value )
- attr( map )
- prop( map )
- prop( propertyName )
- prop( propertyName, function( [index][, oldValue] ) )
- prop( propertyName, value )
- removeAttr( attributeName )
- removeProp( propertyName )
- val( function( index, value ) )
- val( value )
- val()
Class Attribute / クラス属性
DOM Insertion / DOM挿入
- after( content[, content] )
- after( function( index ) )
- append( content[, content] )
- append( function( index, html ) )
- appendTo( target )
- before( content[, content] )
- before( function( index ) )
- html( function( index, oldhtml ) )
- html( htmlString )
- html()
- insertAfter( target )
- insertBefore( target )
- prepend( content[, content] )
- prepend( function( index, html ) )
- prependTo( target )
- text( function( index, text ) )
- text( textString )
- text()
- unwrap()
- wrap( function( index ) )
- wrap( wrappingElement )
- wrapAll( wrappingElement )
- wrapInner( function( index ) )
- wrapInner( wrappingElement )
Copying / コピー
DOM Replacement / DOM置換
DOM Removal / DOM削除
Style Properties / スタイルプロパティ
- css( map )
- css( propertyName )
- css( propertyName, function( index, value ) )
- css( propertyName, value )
- css( propertyNames )
- height( function( index, height ) )
- height( value )
- height()
- innerHeight()
- innerWidth()
- offset( coordinates )
- offset( function( index, coords ) )
- offset()
- outerHeight( [includeMargin] )
- outerWidth( [includeMargin] )
- position()
- scrollLeft( value )
- scrollLeft()
- scrollTop( value )
- scrollTop()
- width( function( index, width ) )
- width( value )
- width()