javascript
qq_27878777
这个作者很懒,什么都没留下…
展开
-
layui Uncaught TypeError: s.parents is not a function
Uncaught TypeError: s.parents is not a function转载 2022-08-05 12:06:34 · 2004 阅读 · 0 评论 -
layui 日期格式化的一些问题, 将时间戳格式化到时间, 格式化到日期
数据库时间格式:一. 格式化到时间,cols: [[ {title:'序号',type: 'numbers', fixed: 'left'} // ,{field:'id', title:'ID', width:80, fixed: 'left', unresize: true,} ,{field:'sta_date', title:'日期',templet:"<div>{{layui.util原创 2022-03-25 16:57:19 · 2347 阅读 · 0 评论 -
layui镜像站
layui镜像站**layui镜像站 做爬虫的菜鸟 源码地址 https://gitee.com/lh_yun/layui1.主页 http://lh_yun.gitee.io/layui/www.layui.com/index.htm2.文档 http://lh_yun.gitee.io/layui/www.layui.com/doc/index.htm3.例子 http://lh_yun.gitee.io/layui/www.layui.com/demo/index.htm转载 2021-10-13 13:07:52 · 470 阅读 · 2 评论 -
选择多层级下的元素
选择多层级下的元素find(‘select[class=“audit_type_se”]’) let cl = $("#clone-tr1").find('select[class="audit_type_se"]') // debugger // 或者 let cl = $("#clone-tr1").children('td').children('table').children('tbody').children('tr').children('t原创 2021-09-09 16:35:12 · 105 阅读 · 0 评论