[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Andy Matthews
Ezell Sent: Friday, September 14, 2007 12:44 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Code Review: Table filtering... How big do you expect this table to get? I'm not sure, but on a really large table, it might be pretty slow to do a .each() over all the elements on eac

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Alex Ezell
; Behalf Of Chris W. Parker > Sent: Friday, September 14, 2007 11:49 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Code Review: Table filtering... > > > On Friday, September 14, 2007 9:25 AM Bil Corry said: > > > Andy Matthews wrote on 9/14/2007 8:11 AM: &g

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Andy Matthews
om [mailto:[EMAIL PROTECTED] On Behalf Of Chris W. Parker Sent: Friday, September 14, 2007 11:49 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Code Review: Table filtering... On Friday, September 14, 2007 9:25 AM Bil Corry said: > Andy Matthews wrote on 9/14/2007 8:11 AM: >> Yeste

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Chris W. Parker
On Friday, September 14, 2007 9:25 AM Bil Corry said: > Andy Matthews wrote on 9/14/2007 8:11 AM: >> Yesterday I asked on the list for suggestions on how to filter the >> contents of a table using an autocomplete type interface. Didn't get >> any answers so last night I wrote it myself. > > Sorr

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Bil Corry
Andy Matthews wrote on 9/14/2007 8:11 AM: Yesterday I asked on the list for suggestions on how to filter the contents of a table using an autocomplete type interface. Didn't get any answers so last night I wrote it myself. Sorry, I must have missed your post (I find it difficult to keep up wi

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Chris W. Parker
On Friday, September 14, 2007 6:12 AM Andy Matthews said: > Yesterday I asked on the list for suggestions on how to filter the > contents of a table using an autocomplete type interface. Didn't get > any answers so last night I wrote it myself. I'm positive there is a plugin out there that does