[jQuery] Selector bug?

2008-11-30 Thread Isaak Malik
Am I right that both of these should be identical? $('#linkList tr:gt(0):odd td:first').text(); $('#linkList tr:gt(0):odd').find('td:first').text(); The first one only returns 1 result instead of all, it behaves just like: $('#linkList tr:gt(0):odd:first td:first').text(); If I'm right then

[jQuery] ..selector bug..

2007-07-31 Thread spinnach
i think i've come across a tiny bug in jquery 1.1.3.1, $('[EMAIL PROTECTED]) return an empty array, although there is such a textarea in the dom.. also $('textarea').attr('maxlength') returns nothing also.. this worked before in 1.1.2 ... and i know this is invalid xhtml, but we had a need