http://groups.google.com/group/jquery-en/browse_thread/thread/1c6403c5f628d45a

----
Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Sat, Jan 17, 2009 at 7:17 PM, Charlie22 <ch...@post.cz> wrote:
>
> code:
>
>                <div id="menuContent">
>                        <ul id="menu">
>                                <li><a href="index.php">Home</a></li>
>                                <li><a href="rules.php">Rules</a></li>
>                                <li><a href="#">Pilots</a></li>
>                                <li><a href="#">Briefing</a></li>
>                                <li><a href="#">IGC</a></li>
>                                <li><a href="#">Results</a></li>
>                                <li><a href="#">Forum</a></li>
>                        </ul>
>                </div>
>
>
> On Jan 17, 2:40 pm, jQuery Lover <ilovejqu...@gmail.com> wrote:
>> 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();
>> > });

Reply via email to