<div id="one"></div>
array = ['1','2','3','4']; $.each(array,(function(i) { $('#one').append('<p>'+this[i]+'</p>') })