jQuery 查找屬性

jQuery 查找屬性spa

示例:code

<div xsk='123' >
<div xsk='456' > // 具備xsk屬性的全部標籤
$('[xsk]')

// xsk屬性等於123的標籤
$('[xsk="123"]')

 

其餘:對象

表單對象屬性blog

// 查找可輸入的input
:enabled

// 查找不可輸入的input
:disabled
相關文章
相關標籤/搜索