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 PROTECTED]>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Tuesday, September 18, 2007 8:23 AM
Subject: [jQuery] errors using carousel lite plugin



cant get this to work, even though ive just taken over the exact code
from the demo. im trying to make it scroll autmatically through a set
of images. my js is

$(document).ready(function(){
     $(".anyClass").jCarouselLite({
        auto: 800,
speed: 1000
    });
});


html:

<div class="anyClass">
   <ul>
       <li><img src="http://www.google.be/intl/en_com/images/
logo_plain.png" height="110" width="279" /></li>
       <li><img src="http://www.google.be/intl/en_com/images/
logo_plain.png" height="110" width="279" /></li>
      <li><img src="http://www.google.be/intl/en_com/images/
logo_plain.png" height="110" width="279" /></li>
       <li><img src="http://www.google.be/intl/en_com/images/
logo_plain.png" height="110" width="279" /></li>
   </ul>
</div>

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());

seoadvanced.com/test/test.html

anyone?


Reply via email to