0

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

user1681166
  • 221
  • 2
  • 5
  • 15

1 Answers1

0

Try using this jquery code:

$(':focus')
Akhil Sekharan
  • 12,467
  • 7
  • 40
  • 57