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

Reply via email to