Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 329 Bytes

ajax-encapsulation

以上aja.js 是原生封装的ajax; 发下是调用格式: // ajax调 用 内 容 格 式。。。

ajax({
	'method':'post',
	'url':'abc.php',
	'ayan':true,
	'data':'123456',
	'success':function(){},
	'error':function(){}
});

代码内容:

https://yuri2.github.io/ajax-encapsulation/aja.js