i jumped the gun a little, ui.selectable did the trick.

Thanks

----- Original Message ----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: jQuery (English) <jquery-en@googlegroups.com>
Sent: Friday, April 25, 2008 4:39:34 AM
Subject: [jQuery] Re: jQuery Child Toggle Problems


Hi, Shaun

It's hard to know what you're getting at without an example?

The toggle event targets an element, hopefully the one you specified
when you called it ;) You can call it by class (thus, a set of
elements) and/or by the variety of selector options described in the
api docs http://docs.jquery.com/Selectors - and more.

>From what you've said, it seems you should be able to specify your
selections by identifying them & their position - and probably satisfy
your requirement by using something like $( this ).child(identify).do
stuff  or "each".

It would be easier if you posted an example
;)

On Apr 24, 5:29 pm, shaun_haage <[EMAIL PROTECTED]> wrote:
> I have a subset of links that I am trying to manipulate to create a
> breadcrumb with in an application. The trouble being that typically it
> seems the toggle event targets a particular element. I effectively
> need to only be able to add a class attrbute to only one element out
> of the subset of anchor links.
>
> does anyone have any quick ideas or examples?
>
> thanks


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to