$(document).ready(function(){
$.ajax({
type: "GET",
url: "api.vk.com/method/photos.get?owner_id=8462778&albu...",
dataType: "json",
success: function(jsondata){
5 alert('src_small = ' + jsondata.src_small );
6 }
});
5 alert('src_small = ' + jsondata.src_small ); 6