$.get( "test.php", { name: "John", time: "2pm" } );
for(var i=0;i<data.users.length;i++){
$('#info').append('<div id="place" >' + data.users[i].id + ' - <a href="place.html">' + data.users[i].name +
'</a>');
}