2010-05-22から1日間の記事一覧

iframe

iframeの親のwindowを見る方法 parent == 親のwindow jQueryでcontentWindowを参照する $('iframe')[0].contentWindow //window $('iframe').contents()[0] //document $('iframe').contents().find('body')[0] //body $('iframe').contents().find('html')[…