How to REALLY focus a link using jQuery / javascript
- by Bobby Jack
Calling the jQuery focus() method on a link appears to only partially focus the link. Whilst the link has focus to the extent that pressing ENTER follows the link, it doesn't take on the default outline styling (or adopt any styling set via the :focus pseudo-class), nor is the tab-order correctly 'entered'.
Any ideas on how to resolve this?
(results observed in Firefox 3.6.2)