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 4013296
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:21:13+00:00 2026-05-20T09:21:13+00:00

on the site I’m currently developing I have a panel on the news page

  • 0

on the site I’m currently developing I have a panel on the news page which lists ‘Top Stories’, and a navigation for switching between stories.

But how would I go about automating it so that it cycles through each story automatically?

Please click the following link for an example – http://jsfiddle.net/cyxLw/

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-20T09:21:14+00:00Added an answer on May 20, 2026 at 9:21 am

    I used the setInterval function to run the following function to switch to the next story, after checking one exists.

    if($('div#top-stories').length) {
            setInterval(function() {
                nextStory();
            }, 10000 );
        }
    function nextStory() {
        //Check if there is another story, if not show the first story
        if($('div#top-stories ul li.active').next('li').length) {
            var next = $('div#top-stories ul li.active').next('li').attr('id');
        } else {
            var next = $('div#top-stories ul li').first().attr('id');
        }
    
        $('div#top-stories ul li').removeClass('active');
        $('li#'+next).addClass('active');
    
        $('div#top-stories div.panel.active').fadeOut(100, function() {
            $('div#'+next+'-box').fadeIn(100).addClass('active');
        }).removeClass('active');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My site currently implements custom 404 pages which we have mapped in IIS. So
Our site is using ASP.Net Membership. I have a page which literally has nothing
Site which I am developing has a menu with drop downs, which is always
My site uses a .jpg jpeg image as the top-of-page image on all pages
Site: http://clientfiles.priworks.com/lgmanagedportfolios/test/investment.html I have been working at this web page for a while now
site.com/link?p=2 give $_GET['p']==2 even though i've already made site.com/link rewrite to site.com/index.php?page=link So, i'm
My site has quite a deep navigation structure and quite often it looks like
Site Details which uses the single sign on, 1. http:\\webgate.abcltd.com 2. http:\\sales.abcltd.com 3. http:\\emp.abcltd.com
SITE ADMIN: WOULD YOU PLEASE REMOVE THIS POST? For example, I have tt =
Test site: http://wfwgm.stage.philosophydesign.com/ I have included: <script src=http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js></script> to give :before support in IE6

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.