2016年11月3日

摘要: 2222 阅读全文
posted @ 2016-11-03 08:59 bk1995 阅读(107) 评论(0) 推荐(0) 编辑

2016年10月10日

摘要: translate(30px,30px) 移动 rotate(30deg) 旋转 scale(2,2) 乘以2 skew(20deg,30deg) 元素翻转给定的角度,根据给定的水平线(X 轴)和垂直线(Y 轴)参数: matrix() 多个写时,用空格分离 阅读全文
posted @ 2016-10-10 18:38 bk1995 阅读(106) 评论(0) 推荐(0) 编辑

2016年10月6日

摘要: $(selector).on(event,childSelector,data,function,map) 一、jQuery on()方法的使用: on(events,[selector],[data],fn) events:一个或多个用空格分隔的事件类型和可选的命名空间,如"click"或"key 阅读全文
posted @ 2016-10-06 23:24 bk1995 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 例子 阅读全文
posted @ 2016-10-06 17:23 bk1995 阅读(105) 评论(0) 推荐(0) 编辑

2016年9月27日

摘要: 看李焱恢 阅读全文
posted @ 2016-09-27 15:22 bk1995 阅读(210) 评论(0) 推荐(0) 编辑

2016年9月26日

摘要: 1.慕课的滚动条 2.jq的滚动插件 阅读全文
posted @ 2016-09-26 23:55 bk1995 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 首页图片切换,各种风格 阅读全文
posted @ 2016-09-26 23:51 bk1995 阅读(112) 评论(0) 推荐(0) 编辑

2016年9月25日

摘要: 两个三角形重叠,a作背景,b作边框,定位相差1px <style type="text/css"> .message-box { position: relative; width: 240px; height: 60px; line-height: 60px; background: #E9FBE 阅读全文
posted @ 2016-09-25 23:03 bk1995 阅读(186) 评论(0) 推荐(0) 编辑

2016年9月24日

摘要: var aa={ minDate:"+3", maxDate:"+1M+3D" } $(document).ready(function(){ $("#date").datepicker(aa) }) </script> <style type="text/css"> .scale{width: 2 阅读全文
posted @ 2016-09-24 23:47 bk1995 阅读(191) 评论(0) 推荐(0) 编辑
摘要: $(function(){ function scaleImage(){ console.log('aa'); var sliderValue=$(".scale").slider("value"); $(".aa").text(sliderValue) $(".img").css("width", 阅读全文
posted @ 2016-09-24 23:47 bk1995 阅读(275) 评论(0) 推荐(0) 编辑

导航