App下載

詞條

大約有 2,100 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0030秒)

1651.ancestor descendant

返回值:Array<Element(s)>ancestor descendant 概述 在給定的祖先元素下匹配所有的后代元素 參數(shù) ancestorSelectorV1.0 任何有效選擇器 descendantSelectorV1.0 用以匹配元素的選擇器,并且它是第一個選擇器的后代元素 示例 描述: 找到表單中...

http://www.o2fo.com/yfmth7/xao3pozt.html

1652.parent > child

返回值:Array<Element(s)>parent > child 概述 在給定的父元素下匹配所有的子元素 參數(shù) parentSelectorV1.0 任何有效選擇器 childSelectorV1.0 用以匹配元素的選擇器,并且它是第一個選擇器的子元素 示例 描述: 匹配表單中所有的子級input...

http://www.o2fo.com/yfmth7/9kvueozt.html

1653.:even

返回值:Array<Element(s)>:even V1.0概述 匹配所有索引值為偶數(shù)的元素,從 0 開始計數(shù) 示例 描述: 查找表格的1、3、5...行(即索引值0、2、4...) HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr><td>Value 1</td...

http://www.o2fo.com/yfmth7/ev6wqozt.html

1654.prev + next

返回值:Array<Element(s)>prev + next 概述 匹配所有緊接在 prev 元素后的 next 元素 參數(shù) prevSelectorV1.0 任何有效選擇器 nextSelectorV1.0 一個有效選擇器并且緊接著第一個選擇器 示例 描述: 匹配所有跟在 label 后面的 input 元素 HTML 代碼: &...

http://www.o2fo.com/yfmth7/u3rgcozt.html

1655.:odd

返回值:Array<Element(s)>:odd 概述 匹配所有索引值為奇數(shù)的元素,從 0 開始計數(shù) 示例 描述: 查找表格的2、4、6行(即索引值1、3、5...) HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr><td>Value 1</td><...

http://www.o2fo.com/yfmth7/3y6isozt.html

1656.prev ~ siblings

返回值:Array<Element(s)>prev ~ siblings 概述 匹配 prev 元素之后的所有 siblings 元素 參數(shù) prevSelectorV1.0 任何有效選擇器 siblingsSelectorV1.0 一個選擇器,并且它作為第一個選擇器的同輩 示例 描述: 找到所有與表單同輩的 input 元素 HTML ...

http://www.o2fo.com/yfmth7/4forhozt.html

1657.:eq(index)

返回值:Array:eq(index) 概述 匹配一個給定索引值的元素 參數(shù) indexNumberV1.0 從 0 開始計數(shù) 示例 描述: 查找第二行 HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr><td>Value 1</td></tr> <tr><td>Value 2&...

http://www.o2fo.com/yfmth7/7eymhozt.html

1658.:gt(index)

返回值:Array<Element(s)>:gt(index) 概述 匹配所有大于給定索引值的元素 參數(shù) indexNumberV1.0 從 0 開始計數(shù) 示例 描述: 查找第二第三行,即索引值是1和2,也就是比0大 HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr...

http://www.o2fo.com/yfmth7/a9mnqozt.html

1659.:lt(index)

返回值:Array<Element(s)>:lt(index) 概述 匹配所有小于給定索引值的元素 參數(shù) indexNumberV1.0 從 0 開始計數(shù) 示例 描述: 查找第一第二行,即索引值是0和1,也就是比2小 HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr...

http://www.o2fo.com/yfmth7/bltiqozt.html

1660.:header

返回值:Array<Element(s)>:header V1.2概述 匹配如 h1, h2, h3之類的標(biāo)題元素 示例 描述: 給頁面內(nèi)所有標(biāo)題加上背景色 HTML 代碼: <h1>Header 1</h1> <p>Contents 1</p> <h2>Header 2</h2> <p>Contents 2</p> jQuery 代碼: $(...

http://www.o2fo.com/yfmth7/lhd1bozt.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1651.ancestor descendant

返回值:Array<Element(s)>ancestor descendant 概述 在給定的祖先元素下匹配所有的后代元素 參數(shù) ancestorSelectorV1.0 任何有效選擇器 descendantSelectorV1.0 用以匹配元素的選擇器,并且它是第一個選擇器的后代元素 示例 描述: 找到表單中...

http://www.o2fo.com/yfmth7/xao3pozt.html

1652.parent > child

返回值:Array<Element(s)>parent > child 概述 在給定的父元素下匹配所有的子元素 參數(shù) parentSelectorV1.0 任何有效選擇器 childSelectorV1.0 用以匹配元素的選擇器,并且它是第一個選擇器的子元素 示例 描述: 匹配表單中所有的子級input...

http://www.o2fo.com/yfmth7/9kvueozt.html

1653.:even

返回值:Array<Element(s)>:even V1.0概述 匹配所有索引值為偶數(shù)的元素,從 0 開始計數(shù) 示例 描述: 查找表格的1、3、5...行(即索引值0、2、4...) HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr><td>Value 1</td...

http://www.o2fo.com/yfmth7/ev6wqozt.html

1654.prev + next

返回值:Array<Element(s)>prev + next 概述 匹配所有緊接在 prev 元素后的 next 元素 參數(shù) prevSelectorV1.0 任何有效選擇器 nextSelectorV1.0 一個有效選擇器并且緊接著第一個選擇器 示例 描述: 匹配所有跟在 label 后面的 input 元素 HTML 代碼: &...

http://www.o2fo.com/yfmth7/u3rgcozt.html

1655.:odd

返回值:Array<Element(s)>:odd 概述 匹配所有索引值為奇數(shù)的元素,從 0 開始計數(shù) 示例 描述: 查找表格的2、4、6行(即索引值1、3、5...) HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr><td>Value 1</td><...

http://www.o2fo.com/yfmth7/3y6isozt.html

1656.prev ~ siblings

返回值:Array<Element(s)>prev ~ siblings 概述 匹配 prev 元素之后的所有 siblings 元素 參數(shù) prevSelectorV1.0 任何有效選擇器 siblingsSelectorV1.0 一個選擇器,并且它作為第一個選擇器的同輩 示例 描述: 找到所有與表單同輩的 input 元素 HTML ...

http://www.o2fo.com/yfmth7/4forhozt.html

1657.:eq(index)

返回值:Array:eq(index) 概述 匹配一個給定索引值的元素 參數(shù) indexNumberV1.0 從 0 開始計數(shù) 示例 描述: 查找第二行 HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr><td>Value 1</td></tr> <tr><td>Value 2&...

http://www.o2fo.com/yfmth7/7eymhozt.html

1658.:gt(index)

返回值:Array<Element(s)>:gt(index) 概述 匹配所有大于給定索引值的元素 參數(shù) indexNumberV1.0 從 0 開始計數(shù) 示例 描述: 查找第二第三行,即索引值是1和2,也就是比0大 HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr...

http://www.o2fo.com/yfmth7/a9mnqozt.html

1659.:lt(index)

返回值:Array<Element(s)>:lt(index) 概述 匹配所有小于給定索引值的元素 參數(shù) indexNumberV1.0 從 0 開始計數(shù) 示例 描述: 查找第一第二行,即索引值是0和1,也就是比2小 HTML 代碼: <table> <tr><td>Header 1</td></tr> <tr...

http://www.o2fo.com/yfmth7/bltiqozt.html

1660.:header

返回值:Array<Element(s)>:header V1.2概述 匹配如 h1, h2, h3之類的標(biāo)題元素 示例 描述: 給頁面內(nèi)所有標(biāo)題加上背景色 HTML 代碼: <h1>Header 1</h1> <p>Contents 1</p> <h2>Header 2</h2> <p>Contents 2</p> jQuery 代碼: $(...

http://www.o2fo.com/yfmth7/lhd1bozt.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程