摘要: 1.父窗口获取iframe中的值:$("iframe").contents().find("#test").val();2.子窗口获取父窗口中的值:window.parent.$("#test").val();2.子窗口获取父窗口中的方法:parent.FunctionName(); 阅读全文
posted @ 2014-06-09 16:06 金桂花季 阅读(135) 评论(0) 推荐(0) 编辑