instagram = { removeImagesTiktok:function(){ // $('.removeAll').click(function(){ // data = $(this).attr('data'); // $.ajax({ // type: "post", // url: "/telegram/removeImagesTelegram", // dataType: "json", // data: {'id': data}, // headers: { // 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') // }, // success: function (msg) { // console.log(msg) // console.log(msg.id) // $('.'+data).remove(); // }, // error: function (request, error) { // } // });//End ajax // }); } } $(function () { instagram.removeImagesTiktok(); })