this is just a stylistic thing but maybe someone has something that has worked for them that shows ingenuity.
So, after you click a div which has an onclick event, the cursor is left blinking at the spot you clicked. It certainly doesn't harm anything, but what's a good way to move the cursor out of the way somewhere? I had thought of "focusing" on a hidden input but that seems very hacked.
<div onclick="doSomething()">Click Here</div>
(if I click this then the cursor will be somewhere within the words Click Here)
And this only shows (at least in FireFox) when you have "Always use the cursor keys to navigate within pages" checked under Preferences > Advanced. So you may not notice this unless you turn this on.