代码改变世界

阅读排行榜

Jquery 定时器 倒计时

2016-12-23 19:07 by 归属感, 2370 阅读, 收藏,
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script src='jquery-1.7.js'></script></head><body> <input type="b 阅读全文

Jquery父级节点追加

2016-10-24 15:23 by 归属感, 1652 阅读, 收藏,
摘要: <!-- 父节点追加 --><!DOCTYPE html><html lang="en"><script src="../../public/js/jquery-1.7.2.min.js"></script><head> <meta charset="UTF-8"> <titleDocument>< 阅读全文

无限极分类之导航

2016-12-15 16:05 by 归属感, 589 阅读, 收藏,
摘要: <?phpheader("Content-type: text/html; charset=utf-8");include('./db_mysql.php'); /** * 无限极分类之导航 定义的方法 */ function getLink($cid=0,&$arr=array()){ $sql 阅读全文

Ajax 文件切割上传

2017-02-24 09:56 by 归属感, 270 阅读, 收藏,
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><style> #progress{ width: 500px; height: 30px; border: 1px 阅读全文

全路径无限极

2016-12-15 20:02 by 归属感, 226 阅读, 收藏,
摘要: <?phpheader("Content-type: text/html; charset=utf-8");include('./db_mysql.php'); /**全路径无限极 * [index description] * @return [type] [description] */ fun 阅读全文