Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Sample Report Card Ajax Request

Sergio Cruz edited this page Aug 22, 2016 · 1 revision
  $.ajax({
    url: 'https://www.codeschool.com/users/185856.json',
    dataType: 'jsonp',
    success: function(response) {
      // handle response
    }
  });
Clone this wiki locally