Код: Выделить всё
var domurl = 'http://XXXXXXXXX.co.uk/domchek.php?domname=google.com';
$.getJSON(domurl, {data: "available"}, function(json) {
$("#enterone").html(json.available);
});
Код: Выделить всё
{"status":"success","domain":"google","available":false}
Код: Выделить всё
$("#enterone").html(json.status);
Есть идеи? Спасибо
Подробнее здесь: https://stackoverflow.com/questions/200 ... json-issue
Мобильная версия