jQuery :disabled セレクタ

無効な <input> と <button> 元素を選択する:

$(':disabled')

実際に試してみてください

定義と使用法

:disabled セレクタはすべての無効なフォーム要素を選択します。

文法

$(':disabled')