我是你妈

编程就好跟打游戏一样,各种攻略,各种副本,各种各种,有意思!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页

2014年9月2日

摘要: http://www.nowamagic.net/librarys/veda/detail/1655 阅读全文
posted @ 2014-09-02 08:53 杜兰德 阅读(278) 评论(0) 推荐(0) 编辑

2014年8月28日

摘要: jQuery.fn.outerHTML = function(s) { return (s) ? this.before(s).remove() : $("").append(this.eq(0).clone()).html(); } 阅读全文
posted @ 2014-08-28 16:48 杜兰德 阅读(263) 评论(0) 推荐(0) 编辑

2014年8月14日

摘要: 阅读全文
posted @ 2014-08-14 17:11 杜兰德 阅读(208) 评论(0) 推荐(0) 编辑

2014年8月6日

摘要: //首先要判断用户录入的手机号是不是中国移动的,不是直接给出提示,并终止登录 if($("#cmUsername1").val().isMobile())//手机号码 { jQuery.ajax({ async: false,//必须同... 阅读全文
posted @ 2014-08-06 13:48 杜兰德 阅读(304) 评论(0) 推荐(0) 编辑

2014年8月5日

摘要: JQuery validate 在IE兼容模式下 下出现 js错误(成员找不到)的修正: // Add novalidate tag if HTML5. //this.attr( "novalidate", "novalidate" ); if (typeof (... 阅读全文
posted @ 2014-08-05 09:43 杜兰德 阅读(307) 评论(0) 推荐(0) 编辑

2014年7月31日

摘要: //getJSON 内部已经赋值给count,alert出数据来看看是不是0var count=0;$.getJSON(sUrl,{"ran": new Date().getDate()},function(jsonData){if(!jsonData.count){return;}count=js... 阅读全文
posted @ 2014-07-31 13:58 杜兰德 阅读(1049) 评论(0) 推荐(0) 编辑

2014年7月29日

摘要: 阅读全文
posted @ 2014-07-29 13:41 杜兰德 阅读(185) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2014-07-29 10:18 杜兰德 阅读(218) 评论(0) 推荐(0) 编辑

2014年7月17日

摘要: #!/bin/sh# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file distributed with# ... 阅读全文
posted @ 2014-07-17 20:26 杜兰德 阅读(4730) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2014-07-17 11:55 杜兰德 阅读(277) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页