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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:33:22+00:00 2026-05-22T12:33:22+00:00

I using a mesh of organic tabs and a image rotator. When the user

  • 0

I using a mesh of organic tabs and a image rotator. When the user clicks on one of the thumbnails, the image rotator stops auto-advancing. When the user clicks on a tab, the auto-advance starts again. However, without a timeout or pause, the auto-advance may change simultaniously when the user clicks on a tab.

jQuery Code:

current=-1;
$('.years li:first a', tab).trigger('click',[true]);
current=1;

Current is used as a flag. When it’s -1, the auto-advance function will return false. How do I add a delay before setting current to 1? I was thinking something like:

$('.years li:first a', tab).trigger('click',[true]).setTimeout(function(){current=1},1000);

But this obviously doesn’t work.

  • 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-22T12:33:23+00:00Added an answer on May 22, 2026 at 12:33 pm

    setTimeout isn’t jQuery and therefore cannot be chained with jQuery objects. If you detach that setTimeout you should be fine.

    Additionally, you will probably want to clear that timeout in the event that the user stops the rotate again before you can set current. So you’ll want to do something like this:

    var timer;
    
    ...
    
    timer = setTimeout(...);
    
    ...
    
    // when the rotation is stopped, clear the timer in case it hasn't triggered yet
    clearTimeout(timer);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Flex 3, I would like to take an image snapshot such as this:
I got the bright idea of using Live Mesh to sync up my development
Using Blender 2.49's Python API I'm creating a mesh. I have a list of
I'd like to render a full-screen aligned mesh using TRIANGLE_STRIP s. It consists of
I just created a random mesh using Blender and I want to export it
I need to make a DirectX 3D mesh at run time using Managed DirectX
The Problem : I am rendering a mesh using HLSL (High Level Shader Language)
In rails, I'm used to use the yield/content_for to site mesh. ( http://guides.rubyonrails.org/layouts_and_rendering.html#using-content_for )
I load an STL mesh, draw it correctly (using GL_TRIANGLES), rotate nicely, change colour,
I have a human face mesh that was created using the mirror editing, so

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.