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

  • SEARCH
  • Home
  • 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 7694201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:15:56+00:00 2026-05-31T21:15:56+00:00

I need a very simple jQuery to constantly scroll a list of text items

  • 0

I need a very simple jQuery to constantly scroll a list of text items up without using a plugin. I know this is probably fairly simple but I can’t find an example that I can use and I have already spent too much time on it at work.

No parameters will need to be changed by mouse hover or button click, so everything can be ran within document.ready and never touched again. My only request is that, ideally, it should be constantly looped.

  • 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-31T21:15:57+00:00Added an answer on May 31, 2026 at 9:15 pm

    In short:

    function cycle($item, $cycler){
        setTimeout(cycle, 2000, $item.next(), $cycler);
    
        $item.slideUp(1000,function(){
            $item.appendTo($cycler).show();        
        });
    
    }
    
    cycle($('#cycler div:first'),  $('#cycler'));
    

    With #cycler being the container with the divs that are to be cycled. See demo.

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

Sidebar

Related Questions

This is probably very simple! I followed a tutorial from http://webdesignerwall.com/demo/jquery-sequential/jquery-sequential-list.html It works fine
I need a very simple menu which probably contains only one or two items:
I'm currently working on a very simple calendar using Jquery. Actually, We need a
I need to upload a potentially huge plain-text file to a very simple wsgi-app
There's a very simple jquery plugin: autotextarea. I'd like to teach it one little
This is a very simple, probably too simple question but I'm afraid my limited
I am on jQuery 1.3.2 I need a very simple code. I have 4
I need to get to know how to create a very simple jqGrid just
This is probably a very simple question, but I can't find the answer, so
I am new to jQuery and I need some assistance with very simple code.

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.