jquery 获取frame document 对象

# 1  子 iframe 获取 父 窗口下的其他 子 iframe

var jqFrame = $(parent.frames[id].contentWindow.document);
原文地址:https://www.cnblogs.com/whm-blog/p/11195458.html