gistfile1.txt · 54 B · Text Raw var r = $.parseJSON(str); $("#elem_"+id).html(r.var1); 1var r = $.parseJSON(str); 2$("#elem_"+id).html(r.var1);