会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
露
博客园
首页
新随笔
联系
订阅
管理
2017年4月27日
编码工具
摘要: http://www.5wos.cn/tool/coding.shtml
阅读全文
posted @ 2017-04-27 14:43 717806198
阅读(122)
评论(0)
推荐(0)
2015年12月25日
js学习
摘要: 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
阅读(154)
评论(0)
推荐(0)
2015年11月25日
jquery li a 样式
摘要: 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
阅读(175)
评论(0)
推荐(0)
2015年11月19日
sharepoint2013搜索
摘要: 参考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
阅读(104)
评论(0)
推荐(0)
2015年9月2日
jquery文档
摘要: http://jquery.cuishifeng.cn/selected_1.html
阅读全文
posted @ 2015-09-02 10:19 717806198
阅读(129)
评论(0)
推荐(0)
2015年9月1日
jquery 修改样式
摘要: //显示待办数字 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
阅读(385)
评论(0)
推荐(0)
文本区使用
摘要: 请在此输入举报内容
阅读全文
posted @ 2015-09-01 10:01 717806198
阅读(141)
评论(0)
推荐(0)
jquery重置
摘要: 在使用jquery时要先引用function clearInputFile(){ jQuery("input").val(""); //将页面所有input值重置jQuery("textarea").val(""); //将页面所有文本区的值重置}
阅读全文
posted @ 2015-09-01 09:59 717806198
阅读(197)
评论(0)
推荐(0)
jquery 获取某a标签的href地址 实现页面加载时跳转
摘要: 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
阅读(1968)
评论(0)
推荐(0)
2015年7月22日
js学习
摘要: //获取所有复选框的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
阅读(106)
评论(0)
推荐(0)
下一页
公告