Hi,

Thanks. Ok, I have this string (for example):

<html>
<head></head>
<body>


bit of other junk here, and maybe other divs and stuff

                        <div class="error">
                                <ul>
                                        <li>Gast Email der Rezension
kann nicht den Wert 'undefined'
                                        speichern.</li>
                                </ul>
                        </div>

some junk here

</body>
</html>

So how exactly would I extract that from a string?

TIA :)

Andy


On Jan 9, 1:32 pm, Leonardo Balter <leonardo.bal...@gmail.com> wrote:
> And you can simply use .text() method. This will return you only the text
> inside your selected element.
>
> Do you also need tips on getting the child elements on that div?
>
> --
> At,
> Leo Balterhttp://leobalter.net
> Blog técnico:http://blog.leobalter.net

Reply via email to