项目作者: jmelnych
项目描述 :
Data fetching methods overview
高级语言: CSS
项目地址: git://github.com/jmelnych/ajax-project.git
Project overview
Brief overview of fetching data from server with:
- old method XMLHttpRequest
new XMLHttpRequest();
- jquery method
$.ajax( url [, settings ] )
- fetch
fetch(url[, options])