随笔分类 -  javascript

摘要:Highcharts版本:8.2.2 scrollbar属性增加在xAxis内 <script src="/static/lib/Highcharts-8.2.2/code/highcharts.js"></script> <script src="/static/lib/Highcharts-8. 阅读全文
posted @ 2021-04-16 17:13 大智如蠢 阅读(489) 评论(0) 推荐(0)
摘要:var setting = { check: { enable: true, chkboxType:{"Y" : "s", "N" : "s" } }, data: { simpleData: { enable: true } }, callback: { beforeClick: beforeCl 阅读全文
posted @ 2020-06-19 15:42 大智如蠢 阅读(1499) 评论(0) 推荐(0)
摘要:<?php $content = "测试: 测试 测试。 测试 测试 测试"; $content = json_encode($content); ?> <script> var content = '<?=$content?>'; content = JSON.parse(content); co 阅读全文
posted @ 2020-03-19 11:27 大智如蠢 阅读(438) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-12-24 17:20 大智如蠢 阅读(2) 评论(0) 推荐(0)
摘要:代码地址: https://github.com/9499574/demo_chat_room 阅读全文
posted @ 2019-06-13 17:20 大智如蠢 阅读(825) 评论(0) 推荐(0)
摘要:var scrollTop = $(document).scrollTop(); //滚动条高度 var clientHeight = document.documentElement.clientHeight; //屏幕的可见高度 var domHeight = 452; //元素的高度 var h = ((clientHeight - domHeight) / 2) + scrollTop;... 阅读全文
posted @ 2019-04-17 17:17 大智如蠢 阅读(1226) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-02-21 10:09 大智如蠢 阅读(3933) 评论(1) 推荐(1)
摘要:在线体验 github:https://github.com/9499574/layui-transfer 阅读全文
posted @ 2018-11-23 18:23 大智如蠢 阅读(12129) 评论(2) 推荐(0)
摘要:在线地址:https://9499574.github.io/layui-form-create/ 阅读全文
posted @ 2018-11-21 17:54 大智如蠢 阅读(5280) 评论(1) 推荐(2)
摘要:在线预览链接:https://jshare.com.cn/temp/RSZx0q/1 阅读全文
posted @ 2018-11-13 19:59 大智如蠢 阅读(875) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-02-23 11:18 大智如蠢 阅读(105) 评论(0) 推荐(0)
摘要:在php.ini修改需要的大小: upload_max_filesize = 8M post_max_size = 10M memory_limit = 20M 阅读全文
posted @ 2017-10-13 10:47 大智如蠢 阅读(3522) 评论(2) 推荐(0)