Jquery取得iframe中元素的几种方法

Jquery取得iframe中元素的几种方法

http://www.jb51.net/article/34942.htm

收集利用Jquery取得iframe中元素的几种方法 :

父页面访问子页面

$(document.getElementById('tabiframe0').contentWindow.document.body).find('.subscription').text()

测可用

04-08 11:57