上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: p~ul//位于p元素后边的ul div>p div+p//紧接在 元素之后的所有 元素 [attribute]//[target]选择带有 target 属性所有元素。 [attribute=value]//[target=_bla... 阅读全文
posted @ 2017-12-07 10:14 dongxiaolei 阅读(1157) 评论(0) 推荐(0) 编辑
摘要: 滑动解锁 滑动解锁 >> 阅读全文
posted @ 2017-11-30 17:41 dongxiaolei 阅读(359) 评论(0) 推荐(0) 编辑
摘要: var lenTotal = 0; opt.list.find("li").each(function () { lenTotal += parseFloat($(this).width()) + parseFloat($(this).css("marginRight")) + parseFloat 阅读全文
posted @ 2017-11-30 14:20 dongxiaolei 阅读(709) 评论(0) 推荐(0) 编辑
摘要: $("#btn-html2canvas").on("click",function(){//btn-html2canvas为按钮 //content-main为要转换的元素的id html2canvas(document.getElementById('content-main'), { onrendered: function(canva... 阅读全文
posted @ 2017-11-29 16:27 dongxiaolei 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: vue项目目录 工程目录下的 App.vue为主页面 其中template 写 html,script写 js,style写样式 注:1、一个组件下只能有一个并列的 div,也就是template下只能有一个直接div子元素 2、数据data要写按如下显示的 写在 return 里面 子组件调用父组 阅读全文
posted @ 2017-11-27 11:30 dongxiaolei 阅读(216) 评论(0) 推荐(0) 编辑
摘要: v-on:绑定事件(简写:也可将v-on:替换为@) v-for:循环(相当于js中的for in循环) v-if:判断(v-else-if,v-else) v-model:双向绑定数据,用于表单元素 v-bind:主要用于属性绑定(简写:也可将v-bind:替换为: 如v-bind:href,简写 阅读全文
posted @ 2017-11-16 17:36 dongxiaolei 阅读(227) 评论(0) 推荐(0) 编辑
摘要: function chart(opt,id,chartName){//配置option的方法 var chartName = echarts.init(document.getElementById(id)); chartName.setOption(opt); window.onresize = 阅读全文
posted @ 2017-11-14 11:30 dongxiaolei 阅读(2922) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/xiaohuochai/p/7498757.html 1、渐变色纹理 2、背景图片纹理 3、gif背景图片纹理 4、通过animation移动背景的位置和尺寸来添加动画 阅读全文
posted @ 2017-11-02 17:57 dongxiaolei 阅读(684) 评论(0) 推荐(0) 编辑
摘要: $("body").delegate( ".msg-layer",{ mousedown: function (e) { var el = $(".msg-layer"); var os = el.offset(), dx = e.pageX - os.left, dy = e.pageY - os 阅读全文
posted @ 2017-10-11 15:45 dongxiaolei 阅读(533) 评论(0) 推荐(0) 编辑
摘要: /*! * clipboard.js v1.5.5 * https://zenorocha.github.io/clipboard.js * * Licensed MIT 漏 Zeno Rocha */ !function(t){if("object"==typeof exports&&"undef 阅读全文
posted @ 2017-09-20 16:21 dongxiaolei 阅读(1603) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页