[javascript]
$(‘a’).each(function () {
$(this).attr(‘hideFocus’,’true’).css(‘outline’,’none’);
});
[/javascript]
[javascript]
$(‘a’).each(function () {
$(this).attr(‘hideFocus’,’true’).css(‘outline’,’none’);
});
[/javascript]
© 2023 Best jQuery.
