jQuery :enabled 選択子

すべての有効な <input> と <button> 要素を選択する:

$(':enabled')

実際に試してみましょう

定義と用法

:enabled 選択子はすべての有効なフォーム要素を選択します。

文法

$(':enabled')