const hash=location.hash; if(!hash.length) return; const $node=$(hash); if(!$node.length) return; $('.active').add($node).toggleClass('active');