Can multiple HTML elements receive focus at the same time?
Posted
by Olaseni
on Stack Overflow
See other posts from Stack Overflow
or by Olaseni
Published on 2010-06-10T17:46:46Z
Indexed on
2010/06/10
17:52 UTC
Read the original article
Hit count: 257
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?
© Stack Overflow or respective owner