SamCKayak Mon, 21 May 2007 09:17:14 -0700
Here's a simpler problem... If I have a jQuery object which holds an array of elements, e.g.,
$('li') Is there a way to collapse the innerHTML of that array into a string of concatenated text? Sam