]]>re: js鏍規嵁瀛楃涓叉牱寮忚漿鎹㈡垚鏃ユ湡綾誨瀷(javascript string to Date by pattern)http://www.aygfsteel.com/rox/archive/2014/06/24/249031.html#415053roxroxTue, 24 Jun 2014 01:19:00 GMThttp://www.aygfsteel.com/rox/archive/2014/06/24/249031.html#415053http://runjs.cn/detail/wu0o0p68
]]>re: How to set iframe height 100% or scrollable at out page?http://www.aygfsteel.com/rox/archive/2014/03/14/41720.html#411014roxroxFri, 14 Mar 2014 03:01:00 GMThttp://www.aygfsteel.com/rox/archive/2014/03/14/41720.html#411014var iframe= $("#targetFrame"); onloadEvent = 'this.style.height=Math.max(this.contentWindow.document.body.scrollHeight,this.contentWindow.document.documentElement.scrollHeight,200)+"px";' +'this.style.width="100%";'; iframe.parent().css("height", "100%"); //div , p iframe.parent().css("width", "100%"); iframe.attr("src", url); iframe.attr("onload", onloadEvent);