EktorCaba avatar

Post JSON with JQuery

ektorcaba

Published: 19 Jun 2018 › Updated: 19 Jun 2018Post JSON with JQuery

Post JSON with JQuery

Send JSON POST data with JQuery:

 $.ajax
    ({
        type: "POST",
        url: 'example.php',
        dataType: 'json',
        async: false,
        contentType: 'application/json',
        data: JSON.stringify({ "myid": 1 , "mydata" : "Hello World!" }),
        success: function () {
                    console.log("Success"); 
        }
    });
        

Leave Post JSON with JQuery to:

Written by

Hi! i'm Ektor Caba from Canary Islands (Spain). I love play FPS coop games, vfx, 3D, music, develop...[SPM Enabled]

Read more #steemcodeit posts


Best Posts From EktorCaba

We have not curated any of ektorcaba's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From EktorCaba