Skip to content Skip to sidebar Skip to footer

How To Find Activeelement In Chrome In Jquery Or Javascript

i want to find activeelement in chrome how to do this ,In IE i have written code as document.activeElement.id but what is the replacment for this code in chrome

Solution 1:

Try using this jquery code:

$(':focus')

Post a Comment for "How To Find Activeelement In Chrome In Jquery Or Javascript"