1 2 3 4 5
$.getJSON("http://query.yahooapis.com/v1/public/yql?callback=?", { q: "{{_cursor_}}", format: "json" }, function (data) { });