728x90
반응형
javascript
window.location.host #returns host
window.location.hostname #returns hostname
window.location.pathname #return pathname
window.location.href #returns full current url
window.location.port #returns the port
window.location.protocol #returns the protocol
jQuery
$(location).attr('host'); #returns host
$(location).attr('hostname'); #returns hostname
$(location).attr('pathname'); #returns pathname
$(location).attr('href'); #returns href
$(location).attr('port'); #returns port
$(location).attr('protocol'); #returns protocol
참고사이트 : http://stackoverflow.com/questions/406192/get-current-url-in-javascript
출처: https://88240.tistory.com/385 [shaking blog]
반응형
'JQuery' 카테고리의 다른 글
제이쿼리 요소밖 영역 클릭시 창 닫기 (0) | 2020.08.17 |
---|---|
HTML 유효성 검사 (0) | 2020.08.17 |
[JQuery & JavaScript] input에 숫자만 입력가능하도록 설정 (0) | 2020.02.12 |
[JQuery] id 또는 name으로 like검색 (0) | 2020.02.12 |
제이쿼리 하위태그 삭제 및 태그 삭제 (0) | 2020.02.12 |
댓글