JSFiddle - React, Tailwind, and code Playground

by cfddream

JavaScript

$.ajax({
    url: '/echo/jsonp/',
    data: {
        user: 'hello',
        id: 111
    }
}).done(function (data) {
    console.dir(data)
        window.open('http://www.google.com', 'aa');
})