JSFiddle - React, Tailwind, and code Playground

by darcyclarke

JavaScript

$.ajax({
    url: "http://staging.human_rights.projects2.f-i.com/api.php?update_count=true",
    dataType: "jsonp",
    data: {fb_id:"50006030",name:"Darcy Clarke",location:"Somewhere, Here",wish_id:4},
    success: function(data){
       console.log(data);
    },
    error: function(e){
        console.log("error");  
    } 
});