How to get the focused element with jQuery?

Using jQuery, how can I get the input element that has the caret’s (cursor’s) focus?

Or in other words, how to determine if an input has the caret’s focus?

8 Answers
8

Leave a Comment