上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 63 下一页
摘要: '; //结果为拼音首字母 * echo Chinese_to_PY::getPY('这是一段测试文字, This is a string', 'all'), ''; //结果为全拼音 * echo Chinese_to_PY::getPY('这是一段测试文字, This is a string', 'one'), ''; //结果为第一个拼音 */ class Chinese_to_... 阅读全文
posted @ 2016-06-07 20:03 麦田守望者~ 阅读(399) 评论(0) 推荐(0) 编辑
摘要: alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.body).height());//浏览器时下窗口文档body的高度 alert($(document.body).outerHeight(true));//浏览器时下窗口文档body的总高... 阅读全文
posted @ 2016-06-07 11:36 麦田守望者~ 阅读(403) 评论(0) 推荐(0) 编辑
摘要: "北京", 12 => "天津", 13 => "河北", 14 => "山西", 15 => "内蒙古", 21 => "辽宁", 22 => "吉林", 23 => "黑龙江", 31 => "上海", 32 => "江苏", ... 阅读全文
posted @ 2016-06-06 20:48 麦田守望者~ 阅读(1335) 评论(0) 推荐(1) 编辑
摘要: // JavaScript Document function checkIdcard(idcard) { var Errors = new Array("验证通过!", "身份证号码位数不对!", "身份证号码出生日期超出范围或含有非法字符!", "身份证号码校验错误!", "身份证地区非法!"); var area = { 11 : "北京", ... 阅读全文
posted @ 2016-06-06 20:32 麦田守望者~ 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: 17){ die('Invalid Length'); } $factor = array(7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2); $sums = 0; for ($i=0;$i 阅读全文
posted @ 2016-06-06 18:07 麦田守望者~ 阅读(454) 评论(0) 推荐(0) 编辑
摘要: http://www.runoob.com/css/css-boxmodel.html 阅读全文
posted @ 2016-06-04 11:13 麦田守望者~ 阅读(165) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ximan/dropload dropload a javascript implementation of pull to refresh and up to loadmore 移动端下拉刷新、上拉加载更多插件 背景介绍 (introduce) 年前把tab例 阅读全文
posted @ 2016-06-01 21:10 麦田守望者~ 阅读(488) 评论(0) 推荐(0) 编辑
摘要: http://www.h-ui.net/index.shtml 阅读全文
posted @ 2016-06-01 20:53 麦田守望者~ 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 忘记引入rel="stylesheet" 如下: <link href="css/swiper-3.3.1.min.css" /> 这样使得整个页面都是空白页面。必须加全。 阅读全文
posted @ 2016-05-30 22:29 麦田守望者~ 阅读(411) 评论(0) 推荐(0) 编辑
摘要: //文本框改变事件 $('.text_name').bind('input propertychange', function() { $('.text_div_all').css('display','none'); }); demo:http://jsfiddle.net/PVpZf/ 阅读全文
posted @ 2016-05-27 13:05 麦田守望者~ 阅读(251) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 63 下一页