Quantcast
Channel: アルファシス - alphasis.info - »» jQuery Version 1.9
Browsing all 10 articles
Browse latest View live

jQuery( ':nth-of-type( odd )' )

jQuery API の jQuery( ':nth-of-type( odd )' ) は、インデックス番号が奇数の兄弟要素を全て選択する。 続きを読む →

View Article



jQuery( ':nth-of-type( even )' )

jQuery API の jQuery( ':nth-of-type( even )' ) は、インデックス番号が偶数の兄弟要素を全て選択する。 続きを読む →

View Article

jQuery( ':nth-of-type( equation )' )

jQuery API の jQuery( ':nth-of-type( equation )' ) は、兄弟要素うちの equation に指定した算式に一致するインデックス番号の要素を全て選択する。equation(算式)を、「3n」とした場合、「3」の倍数に一致するインデックス番号の子要素を選択する。 続きを読む →

View Article

jQuery( ':nth-last-of-type( index )' )

jQuery API の jQuery( ':nth-last-of-type( index )' ) は、兄弟要素うち、最後の要素から数えた順番が、 index に指定した順番である要素を選択する。 続きを読む →

View Article

jQuery( ':nth-last-of-type( odd )' )

jQuery API の jQuery( ':nth-last-of-type( odd )' ) は、兄弟要素うち、最後の要素から数えた順番が、 奇数番号である要素を全て選択する。 続きを読む →

View Article


jQuery( ':nth-last-of-type( even )' )

jQuery API の jQuery( ':nth-last-of-type( even )' ) は、兄弟要素うち、最後の要素から数えた順番が、 偶数番号である要素を全て選択する。 続きを読む →

View Article

jQuery( ':nth-last-of-type( equation )' )

jQuery API の jQuery( ':nth-last-of-type( equation )' ) は、兄弟要素うち、最後の要素から数えた順番が、 equation に指定した算式に一致する順番である要素を全て選択する。 続きを読む →

View Article

jQuery( ':root' )

jQuery API の jQuery( ':root' ) は、ドキュメントのルートである要素を選択する。HTMLドキュメントにおいては、常に、html 要素となる。 続きを読む →

View Article


jQuery( ':target' )

jQuery API の jQuery( ':target' ) は、URLの#以降の文字列が id 属性値である要素を選択する。 続きを読む →

View Article


jQuery( ':lang( language )' )

jQuery API の jQuery( ':lang( language )' ) は、引数「language」に指定した言語コードの要素を全て選択する。 続きを読む →

View Article
Browsing all 10 articles
Browse latest View live




Latest Images