
前端
文章平均质量分 80
WANG_CODER
这个作者很懒,什么都没留下…
展开
-
web 前端的积累
1: 界面滚动到置顶位置,点击movetosolution滚动到movetohere $(".movetosolution").on("click",function(){ var scroll_offset = $(".movetohere").offset(); $("body,html").animate({ scr原创 2017-08-03 19:23:25 · 320 阅读 · 0 评论 -
js 压缩大图片
dealImage(getObjectURL(fileObj[0]), {width : 200}, function(base){ $(".testImg").attr("src",base); })/** * 图片压缩,默认同比例压缩 * @param {Object} path * pc端传原创 2017-10-12 14:22:06 · 2180 阅读 · 0 评论 -
vue 中引用echarts
安装echarts 依赖npm install echarts -S全局引入import echarts from 'echarts'HTML部分<div id="myChartId" style="height:500px;width:1000px"></div>初始化echartscreated: function () { t...原创 2018-08-28 10:49:08 · 1461 阅读 · 0 评论 -
html+js翻页实现
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <meta http-equiv="Content-Type" content="text/html; chars...原创 2018-12-24 15:32:12 · 14657 阅读 · 0 评论