resource11 / jquery-ajax-patch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

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