I have an array that I want to have displayed in html.. I don\'t want to write multiple lines for posting each item in the array but all should be exactly the same. ie
Use any examples that don't insert each element one at a time, one insertion is most efficient
$('.element').html( '' + array.join('')+'');