Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 738 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 738 Bytes

ajax_jquery Demo

基于jquery封装的ajax类库

<script src="http://cdn.www.ebd.bush.eyebuy.direct/static/js/jquery.1552876916.js"></script> <script src="core.ajaxauto.js"></script> test <script> $("#forms").submit(function () { $(this).ajaxAuto({ 'data':{'name':"name","id":111}, 'url':'http://localhost/index.php', 'success': function(respon){ console.log(respon.status) } }); return false; }) </script> 200]); exit();