Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. {
  2. "id": 4,
  3. "metadata": "BandwidthA,HourlyA,MonthlyA"
  4. }
  5.  
  6. var a = JSON.stringify(row.metadata);
  7. var b = a.split(',');
  8. $("#resulta1").text(a1);
  9. $("#resulta2").text(a2);
  10. $("#resulta3").text(a3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement