Posted in jquery
4
3:34 am, March 15, 2021

json jquery ajax request

get json data with jquery using getJSON

Javascript

$.getJSON('https://my_url/stuff.json', { get_param: 'value' }, function(data) {
    $.each(data, function(index, element) {
        $('target').append($('<div>', {
            text: element.name
        }));
    });
});

View Statistics
This Week
8
This Month
32
This Year
0

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code snippits here, mostly for my reference. Also if i find a good site, i usually add it here.

Join me on Substack if you want me to send you a collection of the things i have done or found or read for the week. Or follow me on twitter if you prefer, i dont post much but i probably should!

❤👩‍💻🕹

Random Quote
Nothing, to my way of thinking, is a better proof of a well ordered mind than a man's ability to stop just where he is and pass some time in his own company.
Seneca