jQuery Selector 之表單對象屬性類
:enabled
:disabled
:checked
:selected
1、
公告版位
- Apr 02 Tue 2013 11:32
[jQuery]jQuery Selector 之表單對象屬性類
- Apr 02 Tue 2013 11:28
[jQuery]jQuery Selector 之表單類
jQuery Selector 之表單類
:input
:text
:password
:radio
:checkbox
:submit
:image
:reset
- Apr 02 Tue 2013 11:21
[jQuery]jQuery Selector 之子元素類
[jQuery]jQuery Selector 之子元素類
:nth-child
:first-child
:last-child
:only-child
1、
- Apr 02 Tue 2013 11:18
[jQuery]jQuery Selector 之屬性類
jQuery Selector 之屬性類
[attribute]
[attribute=value]
[attribute!=value]
[attribute^=value]
[attribute$=value]
[attribute*=value]
[attrSel1][attrSel2][attrSelN]
- Apr 02 Tue 2013 11:14
[jQuery]jQuery Selector 之隱蔽類
jQuery Selector 之隱蔽類--
:hidden
:visible
1、
:hidden
匹配所有不可見元素,或者type為hidden的元素
- Apr 02 Tue 2013 11:09
[jQuery]jQuery Selector 之内容類
jQuery Selector 之内容類 --
:contains(text)
:empty
:has(selector)
:parent
1、
:contains(text)
- Apr 01 Mon 2013 13:56
HTML5 的定義格式及與HTML4的差異
一、HTML版本
版本年份
HTML1991
HTML+1993
HTML 2.01995
HTML 3.21997
HTML 4.011999
- Mar 31 Sun 2013 21:50
[MySQL]MySQL 環境變數設定--Windows
- Mar 31 Sun 2013 21:33
[MySQL]MySQL 設定遠端登入--Windows
- Mar 28 Thu 2013 17:17
[jQuery]jQuery Selector種類之層級類
jQuery Selector種類之層級類--
ancestor descendant,parent > child ,prev + next ,prev ~ siblings ,
:first ,:last ,:not(selector),:even ,:odd ,:eq(index),:gt(index) ,
:lt(index) ,:header ,:animated ,:focus
1、
ancestor descendant
在給定的祖先元素下匹配所有的後代元素