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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:18:47+00:00 2026-05-24T17:18:47+00:00

The jQuery .Cycle() Plugin is not working that good. When you go to another

  • 0

The jQuery .Cycle() Plugin is not working that good. When you go to another tab on your browser and then come back to the site, they are not cycling anymore. Like it causes it to break when you go to another tab for a few minutes. This is not good as it needs to keep on cycling through each images without any problems. Could someone help?

My code is:

<script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js"></script> 
      <script type="text/javascript">
   
  $(document).ready(function() {
    $('#iMac').fadeIn(2000).cycle();
    $('#iMac2').click(function() {
     $.facebox({ div: '#video_dialog' });
    });
});
  </script>

        <span id="iMac" style="display:none;">
        <img src="resources/images/blank.gif" id="iMac1" />
        <img src="resources/images/blank.gif" id="iMac2" />
        </span>

You can see it in action here, it’s the monitor to the right:

http://weebuild1.yolasite.com/

Any help is highly 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-24T17:18:47+00:00Added an answer on May 24, 2026 at 5:18 pm

    I think it has something to do with the fact that setTimeout gets forced to 1000 ms when a browser tab is no longer active. Turning on debug gives this message when it stops:

    [cycle] transition active, ignoring new tx request

    It ignores the request but doesn’t set a new timeout to continue the animation.

    What you could do is restart the cycle when the tab regains focus:

    $(window).focus( function() {
        $("#iMac").cycle("next");
    });
    

    I think this is more of a workaround than an actual fix.

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

Sidebar

Related Questions

I am working on a website that has incorporated the jquery cycle plugin. It
I am using Jquery Cycle Plugin and it has a side panel that highlights
I am using jQuery's cycle plugin, and found that I can call up the
I am using the cycle jquery plugin. I have a few images that fade
On my site I'm using the jquery cycle plugin for a slideshow with a
I'm using the JQuery Cycle Plugin in an attempt to fade in/out images for
I am using the jQuery cycle plugin to cycle through some images. These images
http://jquery.malsup.com/cycle/ Is is possible to randomise the cycled content with the jquery jcycle plugin?
I am currently developing a site for a client which uses the JQuery cycle
I can't get jQuery working at all with IE7. I'm using the jQuery Cycle

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.