- Today
- Total
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- PROCEDURE
- dbeaver
- 자바스크립트
- function
- 배열
- 워스프레스
- Oracle
- wordpress
- 클론코딩
- javascript
- PLSQL
- 워드프레스
- 이클립스
- 함수
- 오류해결
- pl/sql
- spring boot
- 프로시저
- sql
- 엘리멘터
- 오라클
- 트러블슈팅
- iframe
- Hostinger
- 문제해결
- JSP
- 환경세팅
Archives
목록iframe (1)
개발 공부중
[jquery] iframe 부모 - 자식 접근 방법
iframe을 사용하며 만날 수 있는 다양한 접근방법 정리 1. 자식 iframe에서 부모 창의 함수 호출parent.html 부모 창 child.html 자식 창 부모 함수 호출 2. iframe에서 부모 창의 요소에 접근하고 속성을 변경parent.html 부모 창의 제목 child.html 자식 창 부모 요소 변경 3. iframe에서 부모 창의 다른 iframe 요소에 접근$("#elementId", parent.frames['otherFrameId'].document)// iframe에서 부모 창의 다른 iframe(otherFrameId) 내에 있는 #elementId 요소를 찾기 4. iframe 내에서 부모 페이지 요소에 접근$('#parent..
JavaScript
2024. 6. 11. 21:29