Hi Karl,

> You can try the powerful .filter() method with an anonymous  
> function as its argument:
>
> $('someElement').filter(function() {
>   return $(this).text() == 'Some text';
> });

I will try this, thanks!

What is the difference between .text() and .textContent?


-Nicolas

-- 
Nicolas "Brush" HOIZEY
Clever Age   : http://www.clever-age.com/
Gastero Prod : http://www.gasteroprod.com/
Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002


Reply via email to