Hey,
I've seen different behavior with these two functions in my
application after switching from 1.2.6 to 1.3rc2. I haven't been able
to come up with a test case, but I think it's related to append,
prepend,before and after (which is what I use before doing
calling .find())
Anyway, if anybody else has run into this and knows the explanation I
would really appreciate it. If you have been running into problems and
your application uses something like:
$('.myClass').find(':first-child')
use this instead:
$('.myClass').children(':first')Nacho --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
