This is mainly for the ‘skip to content’ links. $("a[href^='#']").not("a[href]='#'").click(function() { $("#"+$(this).attr("href").slice(1)+"").focus(); });
↧