Klaus Hartl wrote: > > You can blur links as well (for example to remove the dotted rectangular > after a click and fix IE's broken implementation for the :active pseudo > class)... > > > -- Klaus >
Something like $('a').click(function(){$(this).blur(); return true; }); ?
~ Brice
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
