自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

模拟jquery动画方法实现

[code="html"]test jQuery.fn.extend({ /** * 自定义动画方法 */ myAnimate:function(opt,duration,easing,callback){ if(!opt || typeof opt!=='object') return; //修正参数 if(...

2014-01-16 19:59:33 85

原创 margin负值-垂直列表消除边框

[code="html"]test body,ul,li{margin:0;padding:0;} ul,li{list-style:none;} #test{ margin:20px; width:390px; background:#F4F8FC; border-rad...

2013-12-28 22:09:15 148

原创 margin负值-水平列表消除边框

[code="html"]test body,ul,li{ padding:0; margin:0;} a,a:link,a:visited,a:hover,a:active{ font: 12px/1.333 微软雅黑, tahoma, arial, 宋体, sans-serif; text-decoration:none; color:b...

2013-12-28 21:37:43 178

原创 margin负值-产品列表

[code="html"]test body,ul,li{ padding:0; margin:0;} ul,li{ list-style:none;} #test{ width:320px; height:210px; background:#CCC; } #test ...

2013-12-28 21:08:51 97

原创 选项卡tab实现2

[code="html"]test :hover{} /*for ie7*/ html,body,ul,li{ margin:0; padding:0px; } ul,li{ list-style:none; } #wrap{ margin:10px; width:500px; border:1px ...

2013-12-28 01:29:32 69

原创 选项卡tab实现

[code="html"]test :hover{} /*for ie7*/ html,body,ul,li{ margin:0; padding:0px; } ul,li{ list-style:none; } #wrap{ margin:10px; width:500px; border:1px ...

2013-12-28 00:25:51 103

原创 自定义事件的绑定与触发实现!

[code="html"]  var eventWrap={}; var eventIdKey='eventId'+new Date().getTime(); var uuid=0; function bind($el,eName,func){ if($el && eName && func){ var eId=$el.attr(event...

2013-12-18 20:27:46 262

模拟jQuery.Deferred实现!

[code="js"]var _Deferred=function(){ var callbacks=[],fired; var method={ done:function(func){ callbacks.push(func); if(fired){ method.resolveWith(fired[0],fired[1]); } r...

2013-12-18 20:07:56 140

原创 source

s~s~s~s~s~s~s~

2013-05-08 17:35:14 81

原创 wordpress

123456

2013-04-16 09:34:59 73

原创 excanvas.js

// Copyright 2006 Google Inc.//// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of ...

2013-04-12 14:24:06 622

原创 bdcode

03ce4d58f7b7a28a6ed69dde99c488a7

2013-04-12 11:16:03 186

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除