Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 358 Bytes

轻量级js工具库

使用方法

  • 在网页head标签中引入 <script src="./util.js"></script>
  • 或使用require引入 const util = require('./index.js')
  • utils为一般常用方法包括ajax、函数节流防抖、保留小数位等
  • utilEvents为事件封装
  • formValidate为常用表单验证,包括手机号、身份证号、邮箱等