插件
joney_zy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
audio播放语音
【代码】audio播放语音。原创 2023-03-22 14:50:45 · 242 阅读 · 0 评论 -
howler插件说明
1、中文参考网址2、英文参考网址。3、使用以及实例原创 2023-03-22 14:31:41 · 1076 阅读 · 0 评论 -
bootstrap-datetimepicker时间插件相关内容(包括:JS字符串替换,将一个字符串中的特定字符串换成其他字符串)
bootstrap-datetimepicker时间插件相关内容(包括:JS字符串替换,将一个字符串中的特定字符串换成其他字符串)原创 2022-06-21 11:24:37 · 279 阅读 · 0 评论 -
JS 根据文件URL读取其文件 内容并显示
需要在阿里云里面配置跨域,get 请求读取具体内容如下转载 2022-06-16 17:51:45 · 3991 阅读 · 0 评论 -
echars柱状图与折线相结合,并且都是渐变色
let category = [];let lineData = [40000, 30000, 10000, 23000, 9000, 15000, 23000, 52000, 21000, 10000, 41000];for (let i = 0; i < 11; i++) { category.push('地市' + i);}// optionoption = { backgroundColor: '#0f375f', tooltip: { trigger: '.原创 2022-04-06 17:57:18 · 1249 阅读 · 0 评论 -
echars堆叠柱状图,当上面数据为0时,下面的是圆角,反之上面圆角,下面直角
let xAxisData = [];let redm = [1,1,3,3,2,4,2,1,3,3];let yellowm = [1,2,1,0,1,0,3,2,0,3];let redyellowm = [];for (let i = 0; i < 10; i++) { xAxisData.push('地市' + i);}for (let i = 0; i < 10; i++) { redyellowm.push({ red: redm[i], yel.原创 2022-04-06 17:45:27 · 674 阅读 · 0 评论 -
解决不能连续上传/导入同一个文件
1、angularjs老版本:html<div id="inputfile"> <input type="file" id="file" name="file" style="display: none;" multiple required onchange="angular.element(this).scope().changeFile(this)"/></div>js$("#inputfile").empty();$("#i原创 2021-09-28 10:13:29 · 426 阅读 · 0 评论 -
select相关事件
//html<select class="bs-select form-control" id="statueSel"> <option value="0">关</option> <option value="1">开</option></select>//js$("select").selectpicker("refresh");//所有select插件刷新$('#statueSel').selectp...原创 2021-08-10 14:58:09 · 683 阅读 · 0 评论
分享