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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:39:24+00:00 2026-06-03T04:39:24+00:00

I am using jQuery Tools scrollable for a carousel with three items in view

  • 0

I am using jQuery Tools scrollable for a carousel with three items in view at a time and scrolling one single item in an autoscrolling and circular fashion.

I have used CSS to show the three items. This works ok until the carousel reaches the last item, it seems to wait until it has gone past it to load in the following items.

It also seems to wait until the middle item is fully in view before displaying the last item.

Demo here:
http://jsfiddle.net/pgxSm/6/

Is there anything I can do about this?

  • 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-03T04:39:25+00:00Added an answer on June 3, 2026 at 4:39 am

    Yes you can. I’ve had that very same problem.

    1. The element that contains the items needs to have a very large width. Try adding CSS like this:

      .items {
          width: 20000em;
      }
      

      Actually this is one of the requirements to make jQuery Tools Scrollable work properly, as stated on the developer’s demo page. This way all items can be displayed in one row to that there is no space visible after the last item while scrolling. It doesn’t matter if it’s larger than needed, as long as it is never too small.

    2. jQuery Tools Scrollable is actually built to only display one item at a time. This means you have to change the code of the script:

      You can find the non-minified script here. Search for the line in the Scrollable script that says

      cloned2 = self.getItems().eq(1).clone().appendTo(itemWrap);
      

      Replace it with this line:

      cloned2 = self.getItems().slice(1,4).clone().appendTo(itemWrap);
      

      This way you clone the first 3 items (instead of only the first item) and add it to the end of the items, so that circular scrolling is possible even though more than one items are visible at a time. If you want more items to be visible at a time, just replace 4 with [number of visible items] + 1. Afaik, there’s no other way to make jQuery tools work with multiple items being visible at a time. I also use this solution at work.

      If you want to get the minified version of the script again, after your changes, simply use this minifier. It works like a charm. 🙂

    If this was what you were looking for, please consider marking it as the correct answer. Thank you!

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

Sidebar

Related Questions

I am having an issue with jquery tools / scrollable plugin. Using the circular:true
I am using the jQuery Tools Scrollable plugin - http://flowplayer.org/tools/scrollable.html#navigator I have created a
I'm using jQuery Tools for creating an article carousel. You can see in action
I would like to create a gallery slideshow using Jquery Tools Scrollable plugin. But
I'm using jQuery Tools Scrollable to create what's on the jQuery Tools chaining example
I'm using jQuery Tools Scrollable with this setup . I'm having trouble changing the
I'm using the jQuery Tools Scrollable & Navigator plugin . I searched their forums
I'm writing a page containing a javascript scrollable element using the jQuery Tools Scrollble
I am using the following jQuery plug-in, i.e: http://flowplayer.org/tools/scrollable.html The issue I am having
I'm using the jQuery Tools scrollable library in my Rails 3.1 site with 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.