获取 指定 iframe 框架
iframeTop 是iframe 框架命名
that = window.parent.iframeTop;
使用 that.$() 进行jq操作
that.$("#user").append($(this).text());
获取 指定 iframe 框架
iframeTop 是iframe 框架命名
that = window.parent.iframeTop;
使用 that.$() 进行jq操作
that.$("#user").append($(this).text());