Stack Overflow на русском Asked on October 31, 2020
$.ajax({
method: "GET",
crossDomain: true,
dataType: 'jsonp',
url: `https://api.mysite.ru/get/?category=22`,
success: [function ( msg ) {
console.log(msg)
},
function () {
console.log( "next function" );
}],
statusCode: {
200: function () {
console.log( "Ok" );
}
}
})
Сейчас мой ajax запрос выглядит так. Ответ от сервера выводится на страницу в виде json, как мне спарсить данные и вывести в консольку например на стороне клиента?
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP