[jQuery] Re: errors using carousel lite plugin

2007-09-28 Thread Su
jCarouselLite doesn't seem to like only having two elements to swap. I know it's kind of a silly situation for a carousel to have in the first place, so this is just FYI in case anyone happens to find themselves running into this. It's just the way things were for me at the moment. I'm creating

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Josh Nathanson
Stef - lt and gt are missing from jQuery 1.2 and 1.2.1. You'll need to roll back to jQuery 1.1.4 if you want to use jCarouselLite, or try modding the jCarouselLite code yourself. -- Josh - Original Message - From: stef [EMAIL PROTECTED] To: jQuery (English)

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Josh Nathanson
OK sorry, lt and gt are NOT in 1.2.1. I was not using the part of jCarouselLite that invokes those methods. Sorry about that. -- Josh - Original Message - From: stef [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, September 18, 2007 8:23 AM

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Josh Nathanson
Hold the phone -- looks like lt and gt are back in jQuery 1.2.1. I just fired up jCarouselLite with 1.2.1 and it works fine. I can't find lt and gt as methods in the 1.2.1 source code, but no errors are thrown. Can anyone confirm? -- Josh - Original Message - From: stef [EMAIL

[jQuery] Re: errors using carousel lite plugin

2007-09-18 Thread Adam Messinger
On Sep 18, 10:23 am, stef [EMAIL PROTECTED] wrote: the error i get in firebug is: tLi.gt is not a function ul.prepend(tLi.gt(tl-v-1).clone()).append(tLi.lt(v).clone()); If you're using jQuery 1.2.x, try adding the 1.1.x compatibility plugin into the mix: