resource11 / jquery-ajax-post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

jQuery AJAX POST

Prerequisites

  • jQuery AJAX GET and DELETE

Objectives

  • Create a singular resource from an API server using both curl and AJAX
  • Create a JSON payload using FormData

Preparation

  1. Fork and clone this repository.
  2. Install dependencies with npm install.

Outline

  1. POST /items using curl
  2. Make a form to contain input data
  3. POST /items using AJAX using JSON
  4. POST /items using AJAX using FormData

Source code distributed under the MIT license. Text and other assets copyright General Assembly, Inc., all rights reserved.

About

License:Other


Languages

Language:JavaScript 83.8%Language:HTML 12.0%Language:CSS 4.2%