I was wondering how I can write a condition for an if-statement in js / jQuery that is when nothing is focused on.
I guess one way one could approach this is everything is blurred ?
I need some help turning this into an if statement where I can put code inside as the suite and then have it executed only if nothing is being focused on currently.