02 2017 档案
摘要:function ClearRedDot(obj) { var userName = getLoginUserName(); } function test(s) { alert(s);}window.setTimeout(function(){test('str');},1000);这样就可以了.
阅读全文
摘要:http://www.jb51.net/article/34942.htm 收集利用Jquery取得iframe中元素的几种方法 : 父页面访问子页面 $(document.getElementById('tabiframe0').contentWindow.document.body).find(
阅读全文
摘要:一、Js asp.net 交互Url编码解码 C#(asp.net)编码:HttpUtility.UrlEncode(url) Jquery解码:decodeURIComponent(url); Jquery编码:encodeURIComponent(url); C#(asp.net)解码:Http
阅读全文