摘要: http://www.5wos.cn/tool/coding.shtml 阅读全文
posted @ 2017-04-27 14:43 717806198 阅读(117) 评论(0) 推荐(0) 编辑
摘要: jQuery(document).ready(function () { var MyDate=new Date(); jQuery("#gsggDiv li").each(function(){ var publicDate=new Date(jQuery(this).find(".gsg... 阅读全文
posted @ 2015-12-25 11:16 717806198 阅读(148) 评论(0) 推荐(0) 编辑
摘要: jQuery(".CwebtopNavContainer").find("li:last a").css("color","red");jQuery(document).ready(function () { var MyDate=new Date(); jQuery("#gsggDiv li")... 阅读全文
posted @ 2015-11-25 10:12 717806198 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 参考http://www.cnblogs.com/jianyus/p/3272692.html最小权限http://www.cnblogs.com/awpatp/archive/2011/08/16/2140648.html 阅读全文
posted @ 2015-11-19 09:44 717806198 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://jquery.cuishifeng.cn/selected_1.html 阅读全文
posted @ 2015-09-02 10:19 717806198 阅读(125) 评论(0) 推荐(0) 编辑
摘要: //显示待办数字 function showdb(url,ID) { jQuery.get(url,function(data,status){ if(!isNaN(data)) { if(data0) { jQuery("#"+ID).css('display','block');//显示待办 ... 阅读全文
posted @ 2015-09-01 10:58 717806198 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 请在此输入举报内容 阅读全文
posted @ 2015-09-01 10:01 717806198 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 在使用jquery时要先引用function clearInputFile(){ jQuery("input").val(""); //将页面所有input值重置jQuery("textarea").val(""); //将页面所有文本区的值重置} 阅读全文
posted @ 2015-09-01 09:59 717806198 阅读(190) 评论(0) 推荐(0) 编辑
摘要: jQuery(document).ready(function(){if(jQuery("#zzjg a").length>0){var hrefValue = jQuery("#zzjg a").eq(0).attr("href");window.location.replace(hrefValu... 阅读全文
posted @ 2015-09-01 09:45 717806198 阅读(1958) 评论(0) 推荐(0) 编辑
摘要: //获取所有复选框的value值,并关闭当前窗口,将所取值付给父窗口function phone() { var allphone=""; var all = document.getElementsByTagName("input"); for (var i=0;i<all.length;i++)... 阅读全文
posted @ 2015-07-22 11:12 717806198 阅读(101) 评论(0) 推荐(0) 编辑