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 the
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 f
2 matches
Mail list logo