[jQuery] Manipulating returned date

[jQuery] Manipulating returned date


I have a $.post that returns: foo,bar
How can I get that data to change
$(id).text(data);
to
$(foo).text(bar);