The Story So far....
Trying to learn JS and JQuery and i thought i would start with the basics and try alittle AJAX \"search as you type\" magi
What you probably want is this:
$.each(JSONData.AccountNumber, function(i, item) { var li = $('').append(item).appendTo('ul#live-list'); });