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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:58:36+00:00 2026-06-17T09:58:36+00:00

In my simple javascript slide show I just want it to cycle through (at

  • 0

In my simple javascript slide show I just want it to cycle through (at max of 5) divs that auto populate from a database. It populates and starts doing the slide show fine, but once it is suppose to loop it goes to a “blank” slide, then to the last one again and the it start cycling normally forever.

With this example I have to look at and play with it I am using two divs.

It can be viewed here: http://www.codekrewe.com/fbla

and the javascript code is here:

$(function() {
$('#dateHolder .featureHolder:gt(0)').hide();
setInterval(function() {
    $('#dateHolder .featureHolder:first').fadeOut(1000)
    .next('.featureHolder').fadeIn(1000)
    .end().appendTo('#dateHolder');
}, 3000);
});

EDIT: I changed the JavaScript, the JS in the code block above is what I have now. However, I get the same problem.

Now with three divs in the slideshow you can see it is just the first slide that gets blanked out on the second loop through.

  • 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-06-17T09:58:37+00:00Added an answer on June 17, 2026 at 9:58 am

    Well I found the fix for this, not quite sure why it had such an effect.

    After all of the divs were called, a little <h1> was made to say featured divs in the holding box. Well that was getting pushed up with each slide changing, and once it reached the top it caused a blank slide.

    So moving the <h1> to the top before the divs were called, fixed the blank slide issue.

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

Sidebar

Related Questions

I have a javascript slide show that creates the next slide dynamically and then
I'm developing a simple JavaScript (jQuery) slide show. I wanted to use JSON to
I'm trying to cycle through a few divs that are generated dynamically through wordpress.
I'm trying to setup a simple slide show using ContentFlow javascript ( http://www.jacksasylum.eu/ContentFlow/index.php ),
I'm using a simply Javascript that makes a menu slide out upon mouseenter then
I'm writing a simple Javascript library that makes use of some WebGL code. I'd
I have a very simple JavaScript/jquery code which won't just work correctly. The problem
I use a simple JavaScript confirm function that is used by all pages in
I've got a simple JavaScript regex check (written by other developer) that works perfectly
I purchased modalbox plugin from envato market place made in javascript i want to

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.