efw4.X

jQuery Selectors API (参考)

属性セレクタ

[attribute|='value'], [attribute*='value'], [attribute~='value'], [attribute$='value'], [attribute='value'], [attribute!='value'], [attribute^='value'], [attribute], [attributeFilter1][attributeFilter2][attributeFilterN]

基本

*, .class, element, #id, selector1, selector2, selectorN

基本フィルタ

:animated, :eq(index), :eq(-index), :even, :first, :focus, :gt(index), :header, :lang(language), :last, :lt(index), :not(selector), :odd, :root, :target

子フィルタ

:first-child, :first-of-type, :last-child, :last-of-type, :nth-child(index/even/odd/equation), :nth-last-child(index/even/odd/equation), :nth-last-of-type(index/even/odd/equation), :nth-of-type(index/even/odd/equation), :only-child, :only-of-type

内容フィルタ

:contains(text), :empty, :has(selector), :parent

フォーム

:button, :checkbox, :checked, :disabled, :enabled, :file, :focus, :image, :input, :password, :radio, :reset, :selected, :submit, :text

階層

parent > child, ancestor descendant, prev + next, prev ~ siblings

可視性フィルタ

:hidden, :visible