var a = ['1','2', 'testetststststs']; a = $.map(a, function(e){ return '<li>' + e + '</li>'; }); console.log(a);