Blur links with jQuery
While surfing the Web, you probably noticed the dotted outline, that appears when you click on the link. If your link doesn’t lead to another page, but instead triggers some event in the same page, outline stays there and looks ugly. For modern browsers you can remove it with simple css: a:focus, a:active { outline:none; [...]




Recent Comments