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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T14:59:32+00:00 2026-05-19T14:59:32+00:00

For a current project i need to trigger the Start/Stop Event of the jCarousel

  • 0

For a current project i need to trigger the Start/Stop Event of the jCarousel Plugin.

carousel.stopAuto();
carousel.startAuto();

I’m not that JavaScript addicted to solve the problem myself. A short explaination what i’m trying to do:

The carousel is a fancy product slider and works already as i expected. But the point is the product-description should be available as a tooltip. So i have to stop the carousel if an tooltip is shown and to restart it after the tooltip is closed. FYI: The tooltip Plugin is Cluetip. Does anyone have any suggestions for me?

  • 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-19T14:59:33+00:00Added an answer on May 19, 2026 at 2:59 pm

    Found a solution. Use the following function as init callback for your carousel setup.

    function initCarousel (carousel) {
    
        jQuery('#cluetip').live('mouseover mouseout', function(event) {       
    
            // Disable default action
            event.preventDefault();
    
            // Stop carousel at mouseover
            if (event.type == 'mouseover') {
                carousel.stopAuto();
            };
    
            // Restart carousel at mouseout
            if (event.type == 'mouseout') {
                carousel.startAuto()
            }; 
        });
    
    };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Successfully used jquery-infinite-carousel in the past but for my current project I need it
In current project I need to create a panel that will contain an HTML
In a current project I need to support finding a User by login credentials
For my current C++ project I need to detect a unique string for every
For a current project I am working I need to return an aggregate report
For my current project, I need to request XML data over a tcp/ip socket
My current project involves deploying an upgraded .exe file that runs as a Windows
In a current project i need to display PDFs in a webpage. Right now
Im my current project we need to interface with sharepoint to store and retrieve
In my current project, I need to compile java code at runtime (in the

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.