Creating HTML lists with jquery?

MICHAELLO

New Member
I'm making a webapp that creates chatrooms. So say I click on a create room button and get this as an output in console:\[code\]{ "statusCode": 200, "statusText": "QUEUE_OK", "data": { "roomStatus": "discussion", "queue": [ { "id": "11", "user": "1", "room": "11", "inserted": "2013-01-19 23:58:16", "status": "1", "data": null, "first_name": "Danny", "last_name": "Sock" } ] }}\[/code\]How would I go about turning each queue entry into an HTML list that shows just the first and last name? I've never used jquery before, so I'm lost...thanks.
 
Back
Top