I have this JSON array
// Json array var productList = {\"products\": [ {\"description\": \"product 1\", \"price\": \"9.99\"}, {\"description\": \"pr
I appears to me that what you really need is the .tmpl plugin to build your list from your json data:
.tmpl
http://api.jquery.com/jquery.tmpl/