An open API service indexing awesome lists of open source software.

https://github.com/jasonandjay/ajax-lite

Ajax精简版,几十行代码实现ajax的通用Get、Post、Jsonp请求
https://github.com/jasonandjay/ajax-lite

Last synced: 5 months ago
JSON representation

Ajax精简版,几十行代码实现ajax的通用Get、Post、Jsonp请求

Awesome Lists containing this project

README

        

# ajax-lite
### 背景:
现在前端趋向于工程化,Vue、React、Angular等前端框架极大的推到了前端MVVM架构,
我们不再需要频繁的dom操作,因此也不需要之前那些沉重的js类库(zepto、jquery等)。
### 目的:
封装简易版ajax,更好的配合数据驱动,精简我们的项目代码