摘要: 上一页 下一页 $.fn.jqueryPageFun = function(options) { var defConfig = { total: 0, //总条数 onePageCount: 0, //每页条数 currentPage: 0, //当... 阅读全文
posted @ 2015-06-15 13:42 幹掉上帝 阅读(196) 评论(0) 推荐(0)
摘要: a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, d... 阅读全文
posted @ 2015-04-17 17:56 幹掉上帝 阅读(823) 评论(0) 推荐(0)
摘要: transition语法:[|||||| [,[|||| || ] ]*由于transition是一个简写属性,它没有初始值,但是它所代表的四个属性都有初始值:1) transition-property: all 表示元素所有属性值发生改变时都会执行transition效果。它还可以取值none,... 阅读全文
posted @ 2015-04-15 09:57 幹掉上帝 阅读(399) 评论(0) 推荐(0)
摘要: ul[class*="child_"]{ } 阅读全文
posted @ 2015-03-13 14:59 幹掉上帝 阅读(93) 评论(0) 推荐(0)
摘要: 先定义两变量 移上去的定时器 和 移开的定时器 var overTimer, outTime; $('.box').hover(function(){ overTimer?clearTimeout(overTimer):''; ... 阅读全文
posted @ 2015-03-06 15:18 幹掉上帝 阅读(418) 评论(0) 推荐(0)
摘要: input,button,a { outline:0 none !important; blr:expression(this.onFocus=this.blur()); } 阅读全文
posted @ 2015-03-04 13:52 幹掉上帝 阅读(196) 评论(0) 推荐(0)
摘要: function F1() {} F1.prototype.sayHello = function(){ alert("I'm a superman."); } function f2(skill){ ... 阅读全文
posted @ 2015-03-03 17:45 幹掉上帝 阅读(84) 评论(0) 推荐(0)
摘要: //jquery 最重要的就是对象 jquery对象 就像一个人 一个人就是一个对象 //对象有对象的属性 人的属性: 姓名 年龄 性别 //对象有对象的方法 人的方法: 吃饭 喝水 走路 //怎么拿到jquery对象呢 只要页面中导入... 阅读全文
posted @ 2015-03-03 13:43 幹掉上帝 阅读(180) 评论(1) 推荐(0)
摘要: 1.Date:日期函数属性(1):constructor 所修立对象的函数参考prototype 能够为对象加进的属性和方法办法(43):getDay() 返回一周中的第几天(0-6)getYear() 返回年份.2000年以前为2位,2000(包括)以后为4位getFullYear() 返回完全的... 阅读全文
posted @ 2015-03-02 14:11 幹掉上帝 阅读(231) 评论(0) 推荐(0)
摘要: 技术论坛 http://segmentfault.com/ http://stackoverflow.com/ http://www.webhek.com/misc/html5-canvas-cheat-sheet/ canvas http://segmentfault.com/a/11900000 阅读全文
posted @ 2015-02-27 11:48 幹掉上帝 阅读(237) 评论(0) 推荐(0)