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请求
- Host: GitHub
- URL: https://github.com/jasonandjay/ajax-lite
- Owner: jasonandjay
- License: mit
- Created: 2017-03-01T01:54:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T06:25:46.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T12:03:27.673Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ajax-lite
### 背景:
现在前端趋向于工程化,Vue、React、Angular等前端框架极大的推到了前端MVVM架构,
我们不再需要频繁的dom操作,因此也不需要之前那些沉重的js类库(zepto、jquery等)。
### 目的:
封装简易版ajax,更好的配合数据驱动,精简我们的项目代码