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

2008-11-03 Thread Balazs Endresz
Try this: http://flesler.blogspot.com/2008/05/textnode-translator-for-javascript.html On Nov 3, 9:26 pm, Devin <[EMAIL PROTECTED]> wrote: > I think perhaps I wasn't totally clear on what I meant.  My example > was poor.  I want to search a string of text and replace all of the > commas  ,   with

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

2008-11-03 Thread Devin
I think perhaps I wasn't totally clear on what I meant. My example was poor. I want to search a string of text and replace all of the commas , with the pipe | ,for example. On Nov 3, 8:16 am, "Jilani Jidni" <[EMAIL PROTECTED]> wrote: > please try this > > $("#tableId > tr > td").each(func

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

2008-11-03 Thread Jilani Jidni
please try this $("#tableId > tr > td").each(function(){ this.text("your value"); }); this should be work for you. -- with regards Jilani Jidni On Mon, Nov 3, 2008 at 6:41 PM, Devin <[EMAIL PROTECTED]> wrote: > > Hi > > I'm trying to devise a way to check each cell in a table for a >