Skip to content

jmelnych/ajax-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project overview

Brief overview of fetching data from server with:

  • old method XMLHttpRequest new XMLHttpRequest();
  • jquery method $.ajax( url [, settings ] )
  • fetch fetch(url[, options])