Use the header option. Try doing something like .accordion({ header:">
a"}) which will select only the first child <a> instead of the default
all <a>

On Wed, Sep 24, 2008 at 6:31 PM, ulfk <[EMAIL PROTECTED]> wrote:
>
> I'm trying to create shown/hidden content that includes links. However
> the links are turned into accordian event triggers. Is there a
> workaround for this?
>
> e.g. You've seen it coming a link within my content:
> <code>
> <a>There is one obvious advantage:</a>
>
> <div>
>        <p>
>                <a href="http://google.com";>You've seen it coming!</a><br/>
>                Buy now and get nothing for free!<br/>
>                Well, at least no free beer. Perhaps a bear,<br/>
>                if you can afford it.
>        </p>
> </div>
>
> <p></p>
>
> <a>Now that you've got...</a>
> <div>
>        <p>
>                your bear, you have to admit it!<br/>
>                No, we aren't selling bears.
>        </p>
> </div>
>
> <p></p>
>
> <a>Rent one bear, ...</a>
>
> <div>
>        <p>
>                get two for three beer.
>        </p>
>        <p>
>                And now, for something completely different.<br/>
>                And now, for something completely different.<br/>
>                And now, for something completely different.<br/>
>
>                And now, for something completely different.<br/>
>                And now, for something completely different.<br/>
>                And now, for something completely different.<br/>
>                And now, for something completely different.<br/>
>                And now, for something completely different.<br/>
>                Period.
>        </p>
>
> </div>
> </code>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to