上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 55 下一页

2015年11月4日

animate.css – 齐全的CSS3动画库

摘要: animate.css 是一个来自国外的 CSS3 动画库,它预设了抖动(shake)、闪烁(flash)、弹跳(bounce)、翻转(flip)、旋转(rotateIn/rotateOut)、淡入淡出(fadeIn/fadeOut)等多达 60 多种动画效果,几乎包含了所有常见的动画效果。虽然借助... 阅读全文

posted @ 2015-11-04 15:48 防空洞123 阅读(195) 评论(0) 推荐(0) 编辑

2015年10月23日

js常用函数

摘要: 1,转intvar str='1250' ; alert( Number(str) ); //得到1250 alert(parseInt(str)); //得到1250 var str1='00100'; alert( Number(str1) ); //得到100 alert(parseInt(s... 阅读全文

posted @ 2015-10-23 18:27 防空洞123 阅读(149) 评论(0) 推荐(0) 编辑

2015年10月19日

百度分享和bshare

摘要: 社会法社交分享组件bsharehttp://www.bshare.cn/百度share也不错 阅读全文

posted @ 2015-10-19 18:02 防空洞123 阅读(154) 评论(0) 推荐(0) 编辑

2015年10月12日

height、clientHeight、scrollHeight、offsetHeight区别

摘要: http://www.cnblogs.com/yuteng/articles/1894578.html 阅读全文

posted @ 2015-10-12 13:46 防空洞123 阅读(131) 评论(0) 推荐(0) 编辑

2015年10月10日

js客户端UI框架

摘要: Best jQuery UI http://b-jui.com/ jQuery EasyUI http://www.jeasyui.com/ bootstrap学习网: http://www.runoob.com/bootstrap/bootstrap-modal-plugin.html http: 阅读全文

posted @ 2015-10-10 10:56 防空洞123 阅读(192) 评论(0) 推荐(0) 编辑

滚动条样式

摘要: /*半透明的滚动条*/::-webkit-scrollbar/*整体部分*/{width: 13px;height:13px;border: 1px solid #6E6F71;}::-webkit-resizer{background: transparent;}::-webkit-scrollb... 阅读全文

posted @ 2015-10-10 09:13 防空洞123 阅读(145) 评论(0) 推荐(0) 编辑

2015年9月18日

js插件大全 jquery插件大全

摘要: CocoaUI - 一个强大的 iOS UI 框架 http://www.cocoaui.com/ tab,slider,轮播不错的说 http://www.superslide2.com/index.html 一个移动设备触控滑块的js很不错的样子: http://www.swiper.com.c 阅读全文

posted @ 2015-09-18 15:24 防空洞123 阅读(396) 评论(0) 推荐(0) 编辑

2015年9月16日

javascript实现最简单的拖拽效果

摘要: // by zhangxinxu welcome to visit my personal website http://www.zhangxinxu.com/// zxx.drag v1.0 2010-03-23 元素的拖拽实现var params = { left: 0, top: 0, cur... 阅读全文

posted @ 2015-09-16 14:03 防空洞123 阅读(237) 评论(0) 推荐(0) 编辑

2015年8月30日

jQuery中this与$(this)的区别

摘要: pppppppppppp 这里的this其实是一个Html 元素(textbox),textbox有title属性,所以这样写是完全没... 阅读全文

posted @ 2015-08-30 07:55 防空洞123 阅读(220) 评论(0) 推荐(0) 编辑

2015年8月28日

非常好用的css代码格式化工具

摘要: http://tool.lanrentuku.com/cssformat/可以横向排列和竖向排列,感谢互联网,让我找到你了。 阅读全文

posted @ 2015-08-28 15:40 防空洞123 阅读(177) 评论(0) 推荐(0) 编辑

上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 55 下一页

导航