[jQuery] Re: R: [jQuery] search for text and replace or remove the element entirely

2008-11-03 Thread Devin
gt; ha scritto: > Da: Devin <[EMAIL PROTECTED]> > Oggetto: [jQuery] search for text and replace or remove the element entirely > A: "jQuery (English)" > Data: Lunedì 3 novembre 2008, 13:41 > > Hi > > I'm trying to devise a way to check each cell in a table for

[jQuery] R: [jQuery] search for text and replace or remove the element entirely

2008-11-03 Thread diego valobra
Hi devin, see if this could be what you'r looking for: http://docs.jquery.com/Selectors/contains#text Diego --- Lun 3/11/08, Devin <[EMAIL PROTECTED]> ha scritto: Da: Devin <[EMAIL PROTECTED]> Oggetto: [jQuery] search for text and replace or remove the element entirely A:

[jQuery] search for text and replace or remove the element entirely

2008-11-03 Thread Devin
Hi I'm trying to devise a way to check each cell in a table for a particular value. When the value is found, I want to remove the row from the document. Or, when its found I want to do a replace. (ie $ (this).innerHTML.replace("name", "Devin") I know that syntax is wrong but I think it gets a