[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Ash

That's fine. It works. Thanks for your help

On Jan 8, 5:22 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> I mean the order in which the two plugins are invoked.  This is what
> you have and does not work:
>
> $("mySlideShow").cycle();
> $("myRoundCorners").corner()
>
> but calling them in the opposite order does work:
>
> $("myRoundCorners").corner()
> $("mySlideShow").cycle();
>
> I'm not familiar with the curvycorner code and it's larger than I have
> time to digest right now so I can't tell you why this is happening.
>
> Hope that helps.
>
> Mike
>
> On Jan 8, 2008 10:24 AM, Ash <[EMAIL PROTECTED]> wrote:
>
>
>
> > What do you mean? Sorry Javascript is not a strong point of mine.
>
> > On Jan 8, 1:42 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > > I'm not sure where the conflict is, but if you call "cycle" after you
> > > call "corner" (instead of before) then it seems to work fine.
>
> > > Mike
>
> > > On Jan 8, 2008 4:43 AM, Ash <[EMAIL PROTECTED]> wrote:
>
> > > > Sorry I have changed it for the unpacked version now. Could you or
> > > > anyone else shed some light on to it for me please?
>
> > > > Ash
>
> > > > On Jan 7, 6:07 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > > > > The curvycorners plugin is causing cycle to fail.  But I can't see why
> > > > > because the code is packed.
>
> > > > > Mike
>
> > > > > On Jan 7, 2008 9:48 AM, Ash <[EMAIL PROTECTED]> wrote:
>
> > > > > > Hi I need some help with this I have never used this before and i
> > > > > > can't seem to be able to get it to work. Now it might be because I
> > > > > > have a Cold at the moment (no not man flue, I'm just ill), but i 
> > > > > > can't
> > > > > > seem to figure it out.
>
> > > > > > Please see my example here...
>
> > > > > >http://www.c9dd.com/v2/portfolio/index2.php
>
> > > > > > It seems to see that i have got the images in the page but it does 
> > > > > > not
> > > > > > do anything with them.
>
> > > > > > Please help!
>
> > > > > > Ash


[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Mike Alsup

I mean the order in which the two plugins are invoked.  This is what
you have and does not work:

$("mySlideShow").cycle();
$("myRoundCorners").corner()

but calling them in the opposite order does work:

$("myRoundCorners").corner()
$("mySlideShow").cycle();

I'm not familiar with the curvycorner code and it's larger than I have
time to digest right now so I can't tell you why this is happening.

Hope that helps.

Mike



On Jan 8, 2008 10:24 AM, Ash <[EMAIL PROTECTED]> wrote:
>
> What do you mean? Sorry Javascript is not a strong point of mine.
>
> On Jan 8, 1:42 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > I'm not sure where the conflict is, but if you call "cycle" after you
> > call "corner" (instead of before) then it seems to work fine.
> >
> > Mike
> >
>
> > On Jan 8, 2008 4:43 AM, Ash <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Sorry I have changed it for the unpacked version now. Could you or
> > > anyone else shed some light on to it for me please?
> >
> > > Ash
> >
> > > On Jan 7, 6:07 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > > > The curvycorners plugin is causing cycle to fail.  But I can't see why
> > > > because the code is packed.
> >
> > > > Mike
> >
> > > > On Jan 7, 2008 9:48 AM, Ash <[EMAIL PROTECTED]> wrote:
> >
> > > > > Hi I need some help with this I have never used this before and i
> > > > > can't seem to be able to get it to work. Now it might be because I
> > > > > have a Cold at the moment (no not man flue, I'm just ill), but i can't
> > > > > seem to figure it out.
> >
> > > > > Please see my example here...
> >
> > > > >http://www.c9dd.com/v2/portfolio/index2.php
> >
> > > > > It seems to see that i have got the images in the page but it does not
> > > > > do anything with them.
> >
> > > > > Please help!
> >
> > > > > Ash
>


[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Ash

What do you mean? Sorry Javascript is not a strong point of mine.

On Jan 8, 1:42 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> I'm not sure where the conflict is, but if you call "cycle" after you
> call "corner" (instead of before) then it seems to work fine.
>
> Mike
>
> On Jan 8, 2008 4:43 AM, Ash <[EMAIL PROTECTED]> wrote:
>
>
>
> > Sorry I have changed it for the unpacked version now. Could you or
> > anyone else shed some light on to it for me please?
>
> > Ash
>
> > On Jan 7, 6:07 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > > The curvycorners plugin is causing cycle to fail.  But I can't see why
> > > because the code is packed.
>
> > > Mike
>
> > > On Jan 7, 2008 9:48 AM, Ash <[EMAIL PROTECTED]> wrote:
>
> > > > Hi I need some help with this I have never used this before and i
> > > > can't seem to be able to get it to work. Now it might be because I
> > > > have a Cold at the moment (no not man flue, I'm just ill), but i can't
> > > > seem to figure it out.
>
> > > > Please see my example here...
>
> > > >http://www.c9dd.com/v2/portfolio/index2.php
>
> > > > It seems to see that i have got the images in the page but it does not
> > > > do anything with them.
>
> > > > Please help!
>
> > > > Ash


[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Mike Alsup

I'm not sure where the conflict is, but if you call "cycle" after you
call "corner" (instead of before) then it seems to work fine.

Mike


On Jan 8, 2008 4:43 AM, Ash <[EMAIL PROTECTED]> wrote:
>
> Sorry I have changed it for the unpacked version now. Could you or
> anyone else shed some light on to it for me please?
>
> Ash
>
>
>
> On Jan 7, 6:07 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > The curvycorners plugin is causing cycle to fail.  But I can't see why
> > because the code is packed.
> >
> > Mike
> >
>
> > On Jan 7, 2008 9:48 AM, Ash <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Hi I need some help with this I have never used this before and i
> > > can't seem to be able to get it to work. Now it might be because I
> > > have a Cold at the moment (no not man flue, I'm just ill), but i can't
> > > seem to figure it out.
> >
> > > Please see my example here...
> >
> > >http://www.c9dd.com/v2/portfolio/index2.php
> >
> > > It seems to see that i have got the images in the page but it does not
> > > do anything with them.
> >
> > > Please help!
> >
> > > Ash
>


[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Ash

Sorry I have changed it for the unpacked version now. Could you or
anyone else shed some light on to it for me please?

Ash



On Jan 7, 6:07 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> The curvycorners plugin is causing cycle to fail.  But I can't see why
> because the code is packed.
>
> Mike
>
> On Jan 7, 2008 9:48 AM, Ash <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi I need some help with this I have never used this before and i
> > can't seem to be able to get it to work. Now it might be because I
> > have a Cold at the moment (no not man flue, I'm just ill), but i can't
> > seem to figure it out.
>
> > Please see my example here...
>
> >http://www.c9dd.com/v2/portfolio/index2.php
>
> > It seems to see that i have got the images in the page but it does not
> > do anything with them.
>
> > Please help!
>
> > Ash


[jQuery] Re: jQuery cycle not working??

2008-01-07 Thread Mike Alsup

The curvycorners plugin is causing cycle to fail.  But I can't see why
because the code is packed.

Mike


On Jan 7, 2008 9:48 AM, Ash <[EMAIL PROTECTED]> wrote:
>
> Hi I need some help with this I have never used this before and i
> can't seem to be able to get it to work. Now it might be because I
> have a Cold at the moment (no not man flue, I'm just ill), but i can't
> seem to figure it out.
>
> Please see my example here...
>
> http://www.c9dd.com/v2/portfolio/index2.php
>
> It seems to see that i have got the images in the page but it does not
> do anything with them.
>
> Please help!
>
> Ash
>