获取iframe里面的属性

获取到iframe里面的元素

var con = $("iframeId").contents();
con.find("img");