Can multiple HTML elements receive focus at the same time?
- by Olaseni
I'm a coding a JavaScript reporting component, that requires multiple LI's i.e. lists to be selected collectively as a bunch with visual feedback.
I'm thinking of adapting the onfocus event. Is it possible for multiple HTML elements to receive focus at the same time?