Hello,

I would like to use .find, but only for the first element.  If I have

<p>
 <a> link 1 </a>
 <a> link 2 </a>
</p>

and I do

$("p").find("a").hide();

this hides both links.  I would only like to hide the first.  Can I do this with find, or can I use $("p").children()?

Cheers,

Julius Lucks

--
-----------------------------------------------------
http://openwetware.org/wiki/User:Lucks
-----------------------------------------------------
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to