How can I get the element wich currently has focus with jquery?

Posted by eugene y on Stack Overflow See other posts from Stack Overflow or by eugene y
Published on 2010-03-21T15:37:33Z Indexed on 2010/03/21 15:41 UTC
Read the original article Hit count: 153

Filed under:
|

I need to select the input element which has focus (or filter a set of input elements). How can I do this using jQuery?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery