摘要: 获取iframe内部对象需先调用contents()方法eg:清空所有iframe对象内部body为空 $(".uEditorIframe").each(function(i, n) { //uEditorIframe iframe class $(n).contents().find("body").html(''); }); 一般地:$("#iframeId").contents().find("#domId") 阅读全文
posted @ 2011-11-25 15:58 人来人往 阅读(1386) 评论(0) 推荐(0) 编辑