次のコードを実行しようとしました:
focusables = container.find(":focusable"); where container is a div.
エラーが発生します:
Syntax error, unrecognized expression: unsupported pseudo: focusable
jquery-1.9.1 を使用しています。理由は何ですか? div 内のすべてのフォーカス可能な要素を見つける他の方法はありますか?
次のコードを実行しようとしました:
focusables = container.find(":focusable"); where container is a div.
エラーが発生します:
Syntax error, unrecognized expression: unsupported pseudo: focusable
jquery-1.9.1 を使用しています。理由は何ですか? div 内のすべてのフォーカス可能な要素を見つける他の方法はありますか?