Remove the dotted line for links

by AJIEKCEU

JavaScript

$(document).ready(function(){
    $('a').focus(
    function(){
    this.blur();
    });
    });