Remove the dotted line for links
by AJIEKCEU
JavaScript
$(document).ready(function(){
$('a').focus(
function(){
this.blur();
});
});
by AJIEKCEU
$(document).ready(function(){
$('a').focus(
function(){
this.blur();
});
});