[jQuery] Re: Cycle Plugin not working in IE - who can help?

2009-10-09 Thread First Impression
:O Thank you a thousand times Mike, you have made my life a lot easier!!! I have learnt my lesson for future reference. Dan On Oct 9, 12:22 pm, Mike Alsup wrote: > Remove the comma at the end of this line: > >  prev:   '#prev' , > > trailing commas at the end of an array are not allowed in IE

[jQuery] Re: Cycle Plugin not working in IE - who can help?

2009-10-09 Thread Mike Alsup
Remove the comma at the end of this line: prev: '#prev' , trailing commas at the end of an array are not allowed in IE 6/7. Also, next time please post a link instead of all your markup if possible. Cheers! Mike On Oct 9, 4:45 am, First Impression wrote: > Hi, > > I am currently develo

[jQuery] Re: cycle plugin not working

2009-05-18 Thread surreal5335
Thanks a lot for pointing that out, I made the change which changed nothing sadly. I even cleared my cache and refreashed everything to get the changes to take effect, but still nothing. I am sure that was one of the problems but there seems to other problems still Could you tell me if it is wo

[jQuery] Re: cycle plugin not working

2009-05-18 Thread Mike Alsup
This is backwards. You need to include jquery before you include the cycle plugin. On May 18, 1:31 am, surreal5335 wrote: > I am trying to use the cycle plugin but all I get is a static list. I > have checked to make sure all my code is matching with the demos > online and still I dont g

[jQuery] Re: Cycle plugin not working in IE - (I probably screwed something up!)

2008-04-11 Thread Andy Ford
perfect! Thank you so much for taking the time to look this over and post your feedback. I figured it had to be something along these lines, but I just couldn't find it. Interesting how the different browsers handle things like this. Thank you thank you thank you! On Apr 11, 11:23 am, "Mike A

[jQuery] Re: Cycle plugin not working in IE - (I probably screwed something up!)

2008-04-11 Thread Mike Alsup
You need to remove the trailing comma in functions.js: pager: '#slide-numbers', On Fri, Apr 11, 2008 at 1:38 PM, Andy Ford <[EMAIL PROTECTED]> wrote: > > Hey all, I've got the cycle plugin up and running in Firefox (mac/pc) > and Safari/mac, but It's not running in IE7 or Opera/mac. > > I m