[jQuery] Re: 1.3.2 td class selector only picks the first td

2009-05-28 Thread tester
Try to switch off your validation plugin... jquery.validate.js

[jQuery] Re: 1.3.2 td class selector only picks the first td

2009-05-06 Thread kape
Yeah, I've written a simple test myself in which everything works fine. However, in the case where it doesn't work, there's a lot of other code that might be causing problems. The table itself is inside a widget created using jQuery sortable, draggable, droppable, and resizable. Initially the w

[jQuery] Re: 1.3.2 td class selector only picks the first td

2009-04-22 Thread Shane Riley
There's definitely nothing wrong with the JQuery. Can you post a test case so that we can see all of the pieces to the puzzle? On Apr 22, 7:07 pm, "Richard D. Worth" wrote: > Your code looks fine, and I wasn't able to reproduce what you're describing: > > http://jsbin.com/ucaqi > > - Richard > >

[jQuery] Re: 1.3.2 td class selector only picks the first td

2009-04-22 Thread Richard D. Worth
Your code looks fine, and I wasn't able to reproduce what you're describing: http://jsbin.com/ucaqi - Richard On Wed, Apr 22, 2009 at 6:18 PM, kape wrote: > > The following code worked fine in 1.2.6 but after upgrading to 1.3.2 > only the first table cell is shown/hidden. > > > >a >