Sponsored Links
目前分類:JQuery 屬性 (7)
- Oct 02 Sun 2011 17:20
jQuery [selector1][selector2][selectorN]
- Oct 02 Sun 2011 17:09
jQuery [attribute*=value]
- Oct 02 Sun 2011 15:27
jQuery [attribute$=value]
- Oct 02 Sun 2011 00:14
JQuery [attribute^=value]
- Oct 01 Sat 2011 22:21
JQuery [attribute!=value]
- Mar 23 Tue 2010 00:11
JQuery [attribute=value]
- Mar 21 Sun 2010 15:49
JQuery [attribute]
[attribute]
尋找包含給定屬性的元素。注意,在jQuery 1.3中,前導的@符號已經被廢除!如果想要兼容最新版本,只需要簡單去掉@符號即可。
傳回值
Array<Element>