jq sort
摘要:<!DOCTYPE html><html><body> <h1>JavaScript 数组</h1> <p>sort() 方法对数组的项目进行排序。</p> <p id="demo"></p> <script>const points = [ { "userId": 100, "userName":
阅读全文
jq验证
摘要://身份证验证function isIdCardNo(num) { num = num.toUpperCase(); //身份证号码为15位或者18位,15位时全为数字,18位前17位为数字,最后一位是校验位,可能为数字或字符X。 if (!(/(^\d{15}$)|(^\d{17}([0-9]|X
阅读全文
jquery模板绑定list数据
摘要:https://aui.github.io/art-template/zh-cn/docs/ /*! art-template@4.12.2 for browser | https://github.com/aui/art-template */!function (e, t) { "object"
阅读全文