location.hash

hash는 url에서 #이하를 말한다.


hash 이미지에서 hash는 #hash이다. hash속성을 이용하여, 페이지의 앵커로 이동할 수 있다.


location.hash;

hash 속성을 얻을 수 있다.

  • return : #hash

location.hash = ‘hash 이름’;

hash 속성을 설정할 수 있다.


Written by@[owlssi]
프론트 공부 중입니다.

GitHub