/jquery-ajax-patch

Primary LanguageJavaScriptOtherNOASSERTION

General Assembly Logo

jQuery AJAX PATCH

Prerequisites

  • jQuery AJAX POST

Objectives

  • Change a singular resource from an API server using both curl and AJAX

Preparation

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

Outline

  1. PATCH /items/:id using curl
  2. PATCH /items/:id using AJAX

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