It's easier to show a test case:
1) Open
http://reinaldojunior.net/publico/test-bug-gt.html
2) Look the Firebug console.
The problem:
In jQuery 1.2.6
$('.testing tr:gt(0)') matches 10 elements
But in jQuery 1.3
$('.testing tr:gt(0)') matches 20 elements
<div class="testing"> <span class="testing"><table>...</table></span></div>
--
Reinaldo de Souza "JuniorZ"
http://reinaldojunior.net
-- Non ducor, duco
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---