Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 297 Bytes

jquery-free

项目去除jquery

jquery-free插件: 目前已实现封装: addClass(className) removeClass(className) appendChild(dom) addEventListener(event,callback) ajax({ method:'post' url:'', data:{...}, success:function(){}, async:true, Error:function(){},
})