AJAX

$.ajax(
type:’GET’,
url:”ttp://data.altosresearch.com/altos/app?pai=100&apiv=1&service=listinghistory&st=CA&c=SUNNYVALE&z=94086&addr=800%20CALIFORNIA”,
data:”format=json&id=123″,
success:function(feed) {
document.write(feed);
},
dataType:’jsonp’
);

Leave a Reply

You must be logged in to post a comment.