Let’s say I have this markup:
-
2020-12-08 03:55
I think the main answer is incorrect. DIV and P tags can receive focus providing you specify a tabindex property for them. i.e.
Once the tabindex is specified you can either tab to these elements or shift focus with .focus() .
Using a scrollTo plugin seems like a bit of an overkill here.