Здравствуйте, подскажите в чем проблема не работал с кросс запросами
Выдает ошибку Unexpected end of input, в консоли url картинки вижу
<!DOCTYPE HTML>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
$.getJSON( "http://evosoft.kz/get_picture.php?url=http://some-web-site.com/index.php&callback=?")
.done(function( data ) {
$( "#result" ).html(data);
});
<body>
<div id="result"></div>
</body>
</html>