Is it possible to get keydown event from browser address bar?

896 views Asked by At

I want to get the jquery keydown event when I type in browser address bar. Is it possible? Please help.

1

There are 1 answers

2
Thilak Rao On

It's not possible to get keydown events from the browser's address bar because Address Bar is not a part of your HTML document, and hence you cannot attach events, unless you are developing some sort of Chrome plugin.