Tom,

The toggle fn prevents the default action because it executes this line:

e.preventDefault();

I'm not exactly sure why it does that, but it does.  :-)

You may want to implement your own toggle function that does what you need.

Mike



On 10/16/07, tlob <[EMAIL PROTECTED]> wrote:
>
> Mike: That is exactly, whats happening. Can you explain me, why the
> anchor is prevented by the toggle function? It's basic stuff I dont
> get, right? How can I solve it? I want to keep the toggle and the
> anchor. Dont give me to code, I am eager to lern. Just put my in the
> right direction.
>
> Thanks a lot!
>
> Tom
>
> On Oct 16, 12:25 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > Tom,
> >
> > "toggle" prevents the default event action so the anchor is not
> > followed when you click it.
> >
> > Mike
> >
> > On 10/12/07, tlob <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Hello
> >
> > > I am working with the fantastic JQuery Cycle Plugin. Thank you very
> > > much for creating such great librarys!
> > > I am almost there.... But I have a very basic problem.
> > > Start/stopping the slideshow is fine with click on thumbnails/pictures/
> > > slideshow.
> > > But when you click on the thumbnails, the link is not working.
> >
> > >http://siggibucher.com/preview/test.php
> >
> > > 1. I dont understand why. Can you explain that?
> > > 2. How can I change that? ;-)
> >
> > > THX in advance, have a nice weekend
> > > tom
>
>

Reply via email to