728x90 jquery14 jquery iframe 부모에 접근 http://zeronica.tistory.com/entry/jquery-iframe-%EB%B6%80%EB%AA%A8%EC%97%90-%EC%A0%91%EA%B7%BC%ED%95%98%EA%B8%B0 jquery iframe 부모에 접근하기 웹프로그래밍언어/jquery 설정 아이프레임에서 부모의 노드에 속성을 변경할때는 아래의 방법을 사용한다. $(top.document).find("부모의 노드 아이디나 클래스").attr("height","500"); case 1. $('#id', parent.document) iframe에서 사용시 iframe을 출력하는 부모값에 접근 case 2. $("#id", parent.frames['frameId'].document) iframe에서 부모창의 다른 fram.. 2015. 10. 12. $(this) 내 자신 태그까지 가져오기 http://stove99.tistory.com/139 예를들어 요런 HTML 이 있다 치면 1 2 3 4 5 6 7 Alone by Zsolt Zsigmond $("#sample").html(); 로는 sample 안쪽의 html 만 가져올수 있다. 1 2 3 4 5 Alone by Zsolt Zsigmond sample 까지 포함한 html을 가져오기 위한 jQuery 함수는 없는것 같다. 찾아보면 있을지도 -_-? 아무튼 sample 까지 포함한 outer HTML 을 가져오기 위해 outerHTML() function 을 추가해 보자 1 2 3 4 5 6 7 8 9 10 11 12 $.fn.outerHTML = function() { var el = $(this); if( !el[0] ) retu.. 2015. 10. 8. 이전 1 2 3 4 다음 728x90