App下載

詞條

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

1681.:only-child

返回值:Array<Element(s)>:only-child V1.1.4概述 如果某個(gè)元素是父元素中唯一的子元素,那將會(huì)被匹配 如果父元素中含有其他元素,那將不會(huì)被匹配。 示例 描述: 在 ul 中查找是唯一子元素的 li HTML 代碼: <ul> <li>John</li>...

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

1682.[attribute=value]

返回值:Array<Element(s)>[attribute=value] 概述 匹配給定的屬性是某個(gè)特定值的元素 參數(shù) attributeStringV1.0 屬性名 value**StringV1.0 屬性值。引號(hào)在大多數(shù)情況下是可選的。但在遇到諸如屬性值包含"]"時(shí),用以避免沖突。 示例 描述: 查...

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

1683.:file

返回值:Array<Element(s)>:file V1.0概述 匹配所有文件域 示例 描述: 查找所有文件域 HTML 代碼: <form> <input type="text" /> <input type="checkbox" /> <input type="radio" /> <input type="image" /> <input type="file" /> <input type="su...

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

1684.:input

返回值:Array<Element(s)>:input V1.0概述 匹配所有 input, textarea, select 和 button 元素 示例 描述: 查找所有的input元素,下面這些元素都會(huì)被匹配到。 HTML 代碼: <form> <input type="button" value="Input Button"/> <input type="checkbox" /> &...

http://www.o2fo.com/yfmth7/419qvozt.html

1685.[attribute!=value]

返回值:Array<Element(s)>[attribute!=value] 概述 匹配所有不含有指定的屬性,或者屬性不等于特定值的元素。 此選擇器等價(jià)于:not([attr=value])要匹配含有特定屬性但不等于特定值的元素,請(qǐng)使用[attr]:not([attr=value]) 參數(shù) attributeStringV1....

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

1686.:enabled

返回值:Array<Element(s)>:enabled V1.0概述 匹配所有可用元素 示例 描述: 查找所有可用的input元素 HTML 代碼: <form> <input name="email" disabled="disabled" /> <input name="id" /> </form> jQuery 代碼: $("input:enabled") 結(jié)果: [ <input name...

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

1687.:text

返回值:Array<Element(s)>:text V1.0概述 匹配所有的單行文本框 示例 描述: 查找所有文本框 HTML 代碼: <form> <input type="text" /> <input type="checkbox" /> <input type="radio" /> <input type="image" /> <input type="file" /> <input...

http://www.o2fo.com/yfmth7/2f4arozt.html

1688.:disabled

返回值:Array<Element(s)>:disabled V1.0概述 匹配所有不可用元素 示例 描述: 查找所有不可用的input元素 HTML 代碼: <form> <input name="email" disabled="disabled" /> <input name="id" /> </form> jQuery 代碼: $("input:disabled") 結(jié)果: [ <in...

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

1689.first()

返回值:jQueryfirst() V1.4概述 獲取第一個(gè)元素 示例 描述: 獲取匹配的第一個(gè)元素 HTML 代碼: <ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> <li>list item 4</li> <li>list item 5</li> </ul...

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

1690.:checked

返回值:Array<Element(s)>:checked V1.0概述 匹配所有選中的被選中元素(復(fù)選框、單選框等,不包括select中的option) 示例 描述: 查找所有選中的復(fù)選框元素 HTML 代碼: <form> <input type="checkbox" name="newsletter" checked="checked" value="Daily"...

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

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

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

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

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

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

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

1681.:only-child

返回值:Array<Element(s)>:only-child V1.1.4概述 如果某個(gè)元素是父元素中唯一的子元素,那將會(huì)被匹配 如果父元素中含有其他元素,那將不會(huì)被匹配。 示例 描述: 在 ul 中查找是唯一子元素的 li HTML 代碼: <ul> <li>John</li>...

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

1682.[attribute=value]

返回值:Array<Element(s)>[attribute=value] 概述 匹配給定的屬性是某個(gè)特定值的元素 參數(shù) attributeStringV1.0 屬性名 value**StringV1.0 屬性值。引號(hào)在大多數(shù)情況下是可選的。但在遇到諸如屬性值包含"]"時(shí),用以避免沖突。 示例 描述: 查...

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

1683.:file

返回值:Array<Element(s)>:file V1.0概述 匹配所有文件域 示例 描述: 查找所有文件域 HTML 代碼: <form> <input type="text" /> <input type="checkbox" /> <input type="radio" /> <input type="image" /> <input type="file" /> <input type="su...

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

1684.:input

返回值:Array<Element(s)>:input V1.0概述 匹配所有 input, textarea, select 和 button 元素 示例 描述: 查找所有的input元素,下面這些元素都會(huì)被匹配到。 HTML 代碼: <form> <input type="button" value="Input Button"/> <input type="checkbox" /> &...

http://www.o2fo.com/yfmth7/419qvozt.html

1685.[attribute!=value]

返回值:Array<Element(s)>[attribute!=value] 概述 匹配所有不含有指定的屬性,或者屬性不等于特定值的元素。 此選擇器等價(jià)于:not([attr=value])要匹配含有特定屬性但不等于特定值的元素,請(qǐng)使用[attr]:not([attr=value]) 參數(shù) attributeStringV1....

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

1686.:enabled

返回值:Array<Element(s)>:enabled V1.0概述 匹配所有可用元素 示例 描述: 查找所有可用的input元素 HTML 代碼: <form> <input name="email" disabled="disabled" /> <input name="id" /> </form> jQuery 代碼: $("input:enabled") 結(jié)果: [ <input name...

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

1687.:text

返回值:Array<Element(s)>:text V1.0概述 匹配所有的單行文本框 示例 描述: 查找所有文本框 HTML 代碼: <form> <input type="text" /> <input type="checkbox" /> <input type="radio" /> <input type="image" /> <input type="file" /> <input...

http://www.o2fo.com/yfmth7/2f4arozt.html

1688.:disabled

返回值:Array<Element(s)>:disabled V1.0概述 匹配所有不可用元素 示例 描述: 查找所有不可用的input元素 HTML 代碼: <form> <input name="email" disabled="disabled" /> <input name="id" /> </form> jQuery 代碼: $("input:disabled") 結(jié)果: [ <in...

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

1689.first()

返回值:jQueryfirst() V1.4概述 獲取第一個(gè)元素 示例 描述: 獲取匹配的第一個(gè)元素 HTML 代碼: <ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> <li>list item 4</li> <li>list item 5</li> </ul...

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

1690.:checked

返回值:Array<Element(s)>:checked V1.0概述 匹配所有選中的被選中元素(復(fù)選框、單選框等,不包括select中的option) 示例 描述: 查找所有選中的復(fù)選框元素 HTML 代碼: <form> <input type="checkbox" name="newsletter" checked="checked" value="Daily"...

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

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

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

熱門(mén)課程