Just a clarification...I really just want to be able to pass in a
string of text, from any source, and create a valid jQuery object from
it. In this case, this is the string that I'm going to be using:

http://www.commadelimited.com/code/fillertext/hillbilly.html

I want to isolate the <p> tags into a jQuery object.

On Oct 7, 7:46 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
> I'm building a little app that will read in a page of static HTML. I'd
> like to take the string that's returned from the get() call and parse
> through it, dumping only the paragraphs into a jQuery object with a
> length of 40.
>
> What's the best approach to this?

Reply via email to