Skip to content

hubo123/ajax_jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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();

About

基于jquery封装的ajax类库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages