/ajax-course

增加了自己写的代码 Udacity's Ajax Course Assignments (ud109)

Primary LanguageJavaScript

挺有意思的一个小练习

  • 把api-key之类的都改成自己的
  • 拿nytimes的新闻还需要科学上网
  • 用三种方式进行异步取数, XMLHttpRequest, jQuery.ajax, Fetch

Ajax

This is the repo for Udacity's Ajax course. The course covers making asynchronous requests using three different methods:

  • the XHR object
  • jQuery's .ajax() method
  • the Fetch API

The same project is built with each of these techniques. You'll find one folder for each.

Table of Contents

Instructions

There are no special instructions for this project.

Creators

Richard Kalehoff