Ajax

PHOTO EMBED

Thu Jan 27 2022 02:14:00 GMT+0000 (Coordinated Universal Time)

Saved by @GodFather #javascript

$.ajax({
                url: ``,
                type: 'GET',
                dataType: 'json',
                data: {},
                beforeSend: function() {

                },
                error: function(error) {

                },
                success: function(response) {

                }
            });
content_copyCOPY