That is, all text and subtags, without the tag of an element itself?
Having
blah bleh blih
I
No idea if an external library might be an option, but anyway -- assuming there is one with this text on the page, a jQuery-solution would be:
alert($('p').html()); // returns blah bleh blih