Just checked. Works just fine. Maybe something wrong in your html? Could you paste it here?
---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 17, 2009 at 6:26 PM, Charlie22 <ch...@post.cz> wrote: > > Hi all, > I have trouble in jQuery 1.3 with :first; :first-child selector. > Always it selects all "a". In version 1.2.6 it worked by suspense. > What is new or wrong?? Thx for help. > > $(function(){ > $('#menu li a:first-child').remove(); > }); >