Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3315450
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:21:06+00:00 2026-05-17T22:21:06+00:00

I have been scouring through the Internet trying to find a simple <li> rotator

  • 0

I have been scouring through the Internet trying to find a simple <li> rotator with the same functionality as that on the Twitter homepage(Top Tweets) before signing in.

I’m going through a JQuery book but the rotator doesn’t meet the simplicity of what I need it for…plus I’m a novice.

Does anyone know how to achieve this…Also I have come across the Cycle plug-in for JQuery but I really would like to understand what’s going on behind the scenes & expand my knowledge

Any help is much appreciated, Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T22:21:06+00:00Added an answer on May 17, 2026 at 10:21 pm

    Having to guess a bit at what you mean by “rotator”, but:

    var counter, list;
    
    // Initial fill
    list = $('#thelist');
    for (counter = 0; counter < 5; ++counter) {
      $("<li>" + counter + "</li>").appendTo(list);
    }
    
    // Start rotating
    setInterval(rotate, 1000);
    
    // Rotator function
    function rotate() {
      var list = $('#thelist');
      list.find("li:first").remove();
      $("<li>" + counter + "</li>").hide().appendTo(list).fadeIn();
      ++counter;
    }
    

    (Live example) If you want to grab new li data from the server, you’ll need to use ajax, but other than that the basic idea is the same.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been scouring the internet trying to figure this one out. Any ideas
I have been scouring the internet to find out how much memory a java
I've been scouring the internet for days, but have been unable to find a
I have been scouring the Internet looking for a Java package/class that will allow
Have been trying to encrypt an xml file to a string so that I
I have been scouring the internet for a way to do this with no
I have been scouring the net but I can't seem to find any examples
I have been scouring Jelly Bean to see if I could find the Offline
I have been scouring the web for a code sample that shows how to
I have been scouring the web to try to find the perfect technique for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.