Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はクロムでアクティブな要素を見つけたいですこれを行う方法、IEでは次のようにコードを書きました
document.activeElement.id
しかし、クロムのこのコードの代替品は何ですか
次の jquery コードを使用してみてください。
$(':focus')