JSFiddle - React, Tailwind, and code Playground
by Anurag Udasi
HTML
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
JavaScript
$.ajax({type: "POST", url: "abx.php", data: {x: "a"}}).done(function(msg) { alert(msg);}).error(function(msg) { alert(msg); });