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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:53:48+00:00 2026-06-07T21:53:48+00:00

jQuery v 1.7.2, Bootstrap v 2.0.4 (downloaded standard file from homepage this morning) <script

  • 0

jQuery v 1.7.2,
Bootstrap v 2.0.4 (downloaded standard file from homepage this morning)

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script>$('#myCarousel').carousel({interval: false})</script>

I’ve seen lots of questions about this but according to the official Bootstrap blog (items 5 and 10 under the heading ‘Javascript’), this issue was supposed to be resolved in v2.0.3.

I’ve added an interval false to the call, since this is supposed to (according to the docs) prevent it from sliding unless the user clicks the prev/next links.

At first this works fine: page loads, no sliding, user clicks next link, transitions nicely to the next slide. But if the user moves the mouse away from the container #myCarousel, then the sliding action starts automating again.

What’s going on? I would really like the slide action to be under user control.

  • 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-07T21:53:50+00:00Added an answer on June 7, 2026 at 9:53 pm

    I was unable to recreate the behavior that you described.

    JS Fiddle

    If you really are seeing this behavior you should report an issue on the Bootstrap repo.


    That said, if you want to disable the hover-based pause toggling altogether, try using

    $('#myCarousel').carousel({interval: 0, pause: 'none'});
    

    That value for pause just needs to be anything other than 'hover'. The value for interval just needs to be falsy, and I think using 0 makes more sense semantically, since it is supposed to be a Number otherwise.

    Another option is manually switching off the mouse listeners:

    $('#myCarousel').off('mouseenter').off('mouseleave');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have HTML which includes scripts in following order <script src=../static/js/jquery.js type=text/javascript> <script src=../static/js/bootstrap.js
I found this link Link to another page using Twitter Bootstrap jquery modal in
ok, im using Jquery (edge) version, and bootstrap 2.0, and i have this code:
I can't get javascript to work with Twitter's Bootstrap. I've got this <p> <a
Revising the bootstrap-modal jquery plugin from Twitter's bootstrap I see that they use CSS
Using Bootstrap's typeahead javascript plugin, I'm attempting to change the data-source attribute via jQuery's
Jquery Source : $.ajax({ type: 'get' , dataType: 'text' , url: 'navigation.html' , cache:
this is my current javascript includes <%= javascript_include_tag 'jquery','application' %> its works fine but
I ran across this very nice jQuery/bootstrap modal plugin: http://nikku.github.com/jquery-bootstrap-scripting/ However, in trying to
What are common and convenient ways for projects that are using jquery or bootstrap

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.