JSFiddle - React, Tailwind, and code Playground
by extempl
JavaScript
$.getJSON('https://gist.githubusercontent.com/extempl/40cc998d1624dd0130871a3c5f1d0256/raw/2136b294baff1f7b611523dce91c5e9b8006d7e2/test.json', function(json) {
$.ajax({
data: 'somedata=' + 'something',
url: 'getDataFilter.php',
method: 'POST',
complete: function (xhr, status) {alert('POST ' + status + ' ' + xhr.status)}
})
})