你的心如利箭 在风中笔直的飞翔
github DNS ALEXA CDN
jquery JS CSS CSS3 HTML5 svg php --- isux w3cplus

21270

  博客园  :: 首页  ::  ::  ::  :: 管理

2014年6月16日

摘要: 页面初始化时,所有商品全是默认图片当屏幕向下滚动,超过下边框的所有图片都显示//图片懒加载(各分类:商品列表页)var waterfull = { init: function(col) { window.onscroll=this.throttle(this.isScroll... 阅读全文
posted @ 2014-06-16 23:06 bjhhh 阅读(431) 评论(0) 推荐(0) 编辑

摘要: http://v3.bootcss.com/components/ 组件 http://v3.bootcss.com/customize/ bootstrap定制 http://v3.bootcss.com/css/ bootstrap全局样式 http://www.bootcss.com/p/la 阅读全文
posted @ 2014-06-16 11:46 bjhhh 阅读(1692) 评论(0) 推荐(0) 编辑

2014年6月13日

摘要: 乐视1s 屏幕:1080x1920 (实际显示:393x675) safari4.0 2015-12-3 http://www.w3cplus.com/mobile/lib-flexible-for-html5-layout.html 使用Flexible实现手淘H5页面的终端适配(里面有多种终端尺 阅读全文
posted @ 2014-06-13 15:37 bjhhh 阅读(981) 评论(0) 推荐(0) 编辑

2014年6月5日

摘要: 阅读全文
posted @ 2014-06-05 12:31 bjhhh 阅读(973) 评论(0) 推荐(0) 编辑

2014年5月19日

摘要: http://www.idangero.us/ http://www.swiper.com.cn/ Swiper中文网 2015-10-15 SuperSlide2: (这是个PC用的滚屏插件,看着不错,还没研究。) 2016-5-4 http://superslide2.com/ supersli 阅读全文
posted @ 2014-05-19 18:41 bjhhh 阅读(16694) 评论(2) 推荐(1) 编辑

2014年5月10日

摘要: http://www.cnblogs.com/qq21270/p/4854643.html 伪类 http://www.cnblogs.com/qq21270/p/4891167.html CSS3动画(自用) http://www.cnblogs.com/qq21270/p/5083105.htm 阅读全文
posted @ 2014-05-10 22:41 bjhhh 阅读(2034) 评论(0) 推荐(0) 编辑

2014年4月9日

摘要: 【例子1】网页向flash传参数,显示视频: 下面要做的事情:做一个flash文件,可以通过网页得到参数(视频文件名)。然后显示视频,并在文本框中显示视频文件名的文字。 1、建立一个flash文件:3.fla 窗口 —> 组件 —> Video —> FLVPlayback,拖入场景。将它选中,属性 阅读全文
posted @ 2014-04-09 18:29 bjhhh 阅读(868) 评论(0) 推荐(0) 编辑

2014年2月16日

摘要: 1.Zepto对象不能自定义事件 例如执行:$({}).bind('cust',function(){}); 结果:TypeError:Object#hasnomethod'addEventListener' 解决办法是创建一个脱离文档流的节点作为事件对象: 例如:$('').bind('cust' 阅读全文
posted @ 2014-02-16 23:38 bjhhh 阅读(758) 评论(0) 推荐(0) 编辑

2014年2月12日

摘要: http://bbs.csdn.net/topics/391493648 canvas实例分享 2016-3-16 http://bbs.csdn.net/topics/390582151 html5 canvas 实现液体效果 2016-5-11 http://bbs.csdn.net/topic 阅读全文
posted @ 2014-02-12 17:51 bjhhh 阅读(297) 评论(0) 推荐(0) 编辑

摘要: HTML5提供的新特性 2016-2-16 Web Socket 定义了一套API, 允许网页能够使用Web Socket协议来和远程主机进行双工通信。 Web Storage 定义了一套API, 能够在Web客户端以key-value的形式对数据进行持久化存储。 Web SQL 定义了一套API, 阅读全文
posted @ 2014-02-12 14:23 bjhhh 阅读(824) 评论(0) 推荐(0) 编辑