티스토리 뷰
728x90
history.pushState('', document.title, window.location.pathname);
|
history
. pushState
(data, title [, url ] )주어진 타이틀로, 주어진 데이터를 세션 히스토리에 씁니다. URL이 주어졌다면 함께 적용합니다.
Pushes the given data onto the session history, with the given title, and, if provided, the given URL.
참고 |
http://stackoverflow.com/questions/15322917/clearing-url-hash |
http://html5.clearboth.org/history.html |
반응형
'개발자의 삶 > Web(html, script, css) 기초' 카테고리의 다른 글
[CSS] 스타일 적용 순서 (0) | 2015.08.12 |
---|---|
[CSS] div 태그 안에 2개 태그 좌/우 정렬과 text 세로 정렬하기 (0) | 2015.08.04 |
[sciprt] form 가져오기 (0) | 2014.11.21 |
[script] 브라우저 체크 (0) | 2014.10.06 |
event.preventDefault() (0) | 2014.09.23 |
Elements 선언 규칙 (0) | 2014.09.22 |
typeof undefined (0) | 2014.09.15 |
jQuery 와 prototype 충돌 (0) | 2014.09.05 |