$(document).ready(function(){$.getJSON("/i/t",function(a){$.each(a,function(b,c){$("#r").append("<tr><td>"+c.t+"</td><td>"+c.v+"</td></tr>")})})});