随笔分类 - 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.
阅读全文
摘要:var setting = { check: { enable: true, chkboxType:{"Y" : "s", "N" : "s" } }, data: { simpleData: { enable: true } }, callback: { beforeClick: beforeCl
阅读全文
摘要:<?php $content = "测试: 测试 测试。 测试 测试 测试"; $content = json_encode($content); ?> <script> var content = '<?=$content?>'; content = JSON.parse(content); co
阅读全文
摘要:代码地址: https://github.com/9499574/demo_chat_room
阅读全文
摘要:var scrollTop = $(document).scrollTop(); //滚动条高度 var clientHeight = document.documentElement.clientHeight; //屏幕的可见高度 var domHeight = 452; //元素的高度 var h = ((clientHeight - domHeight) / 2) + scrollTop;...
阅读全文
摘要:在线体验 github:https://github.com/9499574/layui-transfer
阅读全文
摘要:在线地址:https://9499574.github.io/layui-form-create/
阅读全文
摘要:在线预览链接:https://jshare.com.cn/temp/RSZx0q/1
阅读全文
摘要:在php.ini修改需要的大小: upload_max_filesize = 8M post_max_size = 10M memory_limit = 20M
阅读全文

浙公网安备 33010602011771号