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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:12:59+00:00 2026-05-31T13:12:59+00:00

I am working on a carousel here and I added a autoscroll function: //

  • 0

I am working on a carousel here and I added a autoscroll function:

// auto scroll
setInterval(function() {
aux.navigate( 1, $el, $wrapper, settings, cache );
},2000);

Unfortunatly it keeps scrolling… How do I pause or stop the autoscroll when hovering over the items to be able to click the ‘more’ button?

  • 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-31T13:13:00+00:00Added an answer on May 31, 2026 at 1:13 pm

    Set a variable on mouseover of each items and then use this variable to check inside navigate method before you animate and slide the items. If the mouse is on the items then just return from navigate method without doing anything.

    var mouseOnItem = false;
    
    $('.ca-item').hover(function(){
        mouseOnItem = true;
    }, function(){
        mouseOnItem = false;
    });
    
     var aux = {
        // navigates left / right
        navigate: function(dir, $el, $wrapper, opts, cache) {
            if(mouseOnItem)
                return;
    
            ...
            ...
        }
        ...
        ...  
      } 
    

    Working demo – http://jsfiddle.net/S83Tp/2/

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

Sidebar

Related Questions

Here's a fiddle with a working Bootstrap carousel. http://jsfiddle.net/jeykeu/5TDff/ And here's the official documentation
I'm working on a jquery carousel. You can see the example here: http://jsfiddle.net/6fwbS/2/ Click
I'm working on a simple carousel. My problem appears when trying to insert node
I am working on a carousel. Whenever a slide changes, I get the index
I was working on this carousel thing, using the iCarousel . It works pretty
None of the carousel plugins I use are working properly. Usually I need to
I need to create a div carousel for a project Im working on. I
I am working on a demo with a jquery carousel script and jScrollpane scrollbars
I am working with prototype carousel . I am trying to do it with
Recently I'm working with jQuery UI Carousel (1.0.2) on my Drupal website. So far

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.