[jQuery] Re: Excluding some children in a selector

2009-04-03 Thread Thierry L
I rushed a bit in writing the html, the id should correspond to the table and not the tr. The is(button) didn't work but is(input) is getting what I wanted, thanks for the help. On Apr 2, 5:55 pm, Richard D. Worth rdwo...@gmail.com wrote: On Thu, Apr 2, 2009 at 4:14 PM, Thierry

[jQuery] Re: Excluding some children in a selector

2009-04-02 Thread Thierry L
The behaviour is the same as before, are there any other suggestions? I have a partial solution where I add a class to each of the td except for the one containing the input and run the selector on that class. It runs as expected but nothing happens when just the table cell is pressed around the

[jQuery] Re: How do you iterate across elements with the same class name?

2009-03-20 Thread Thierry L
Great, that helps but I think I'll do it from the server side code, the web page loads much faster when the operation is done on the server side. On Mar 20, 12:58 pm, Charlie Griefer charlie.grie...@gmail.com wrote: On Fri, Mar 20, 2009 at 9:48 AM, Thierry lamthie...@gmail.com wrote: I have