Issue
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?
Not inputs, but DIVs, so I don't need the cursor. I just want several DIVs to be "selected" separately from others, colored differently to simulate multiple item selection.
Solution
No, you can only focus on one element at a time.
Answered By - Babiker
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.