메뉴 건너뛰기

조회 수 228 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

# jQuery 소스
console.log("url1 : "+$(location).attr('href'));
console.log("protocol : "+$(location).attr('protocol'));
console.log("host : "+$(location).attr('host'));
console.log("pathname : "+$(location).attr('pathname'));
console.log("search : "+$(location).attr('search'));

# 출력결과
url1 : http://localhost:8080/msac/main.do?ddd=ddd
protocol : http:
host : localhost:8080
pathname : /msac/main.do
search : ?ddd=ddd


List of Articles
번호 제목 날짜 조회 수
179 행에 징검다리 스타일 입히기 (:odd, :even) 2021.03.31 210
178 제이쿼리에서 클래스(class) 이름 추가/삭제 2021.03.31 235
177 click event scroll 2021.03.31 829
176 click에 따른 마우스 휠 on off 2021.03.31 306
175 다중 select 2021.03.31 316
174 draggable - div 드래그 2021.03.31 276
173 parent of the iframe element selector 2021.03.31 216
172 prepend / append - element 추가 (부모/자식 관계) 2021.03.31 225
171 before / after / insertBefore / insertAfter - element 추가 (동등 관계) 2021.03.31 169
170 마우스 좌표 얻기 2021.03.31 271
169 간단한 마우스 포인터 따라 다니기 2021.03.26 594
168 change 전의 값을 가져오기 2021.03.26 260
167 focus() 로 오브젝트 옮기기 2021.03.26 174
166 새창(자식창) 제어하기, 새창 POST방식으로 값 넘기기 2021.03.26 789
165 SELECTBOX MULTIPLE 검색하기 2021.03.26 572
164 easing - 효과의 진행 속도 file 2021.03.26 157
163 fadeIn() , fadeOut() 을 이용한 간단한 자동 그림 전환 2021.03.26 286
162 정규식, 한글 못쓰게 하기, replace all 2021.03.26 848
161 input checkbox 모두 체크하기 2021.03.26 176
160 attr() - style의 특정 속성만 바꾸기 2021.03.26 1133
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved