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

  • Home
  • SEARCH
  • 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 6988009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:00:51+00:00 2026-05-27T19:00:51+00:00

I am using jCarousel to show a list of items. Lets say there are

  • 0

I am using jCarousel to show a list of items. Lets say there are 8 items. I am showing 4, waiting 10 seconds, then scrolling to show the last 4. I’d like it to then show the first four and then throw a trigger that tells it to rebind data. The items would update and continue cycling like this.

These items are being loaded through jquery.load [ajax]. I want the items to rebind after they all show. It’d be even better if I could get them to rebind after cycling twice. I was rebinding the data using setInterval (time based), but I’d like it to be dynamic so I don’t have to change the javascript timer later down the road when more items are added.

My calling code looks like this:

    $(document).ready(function () {
        updateConsoles();


        $("#tableapp").ajaxStop(function () {                
            scrollwindow();
        });
    });      

    function updateConsoles() {
        $('#tableapp').load('AjaxPages/ApplicationMonitor.aspx #application');
    }        
    function scrollwindow() {
        $("#tableapp").jCarouselLite({
            vertical: true,
            hoverPause: true,
            visible: 4,
            auto: 6000,
            speed: 500,
            scroll: 4
        });
    };

Ideally I am looking to be able to add something like:

   function scrollwindow() {
        $("#tableapp").jCarouselLite({
            vertical: true,
            hoverPause: true,
            visible: 4,
            auto: 6000,
            speed: 500,
            scroll: 4,
            whenFinishedCyclingItems: updateConsoles()
        });
    };

I am pretty new to javascript and jQuery.

  • 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-27T19:00:52+00:00Added an answer on May 27, 2026 at 7:00 pm

    It looks like jCarouselLite has an afterEnd function.

    So you should be able to do something like this:

    function scrollwindow() {
            $("#tableapp").jCarouselLite({
                vertical: true,
                hoverPause: true,
                visible: 4,
                auto: 6000,
                speed: 500,
                scroll: 4,
                afterEnd: updateConsoles()
            });
        };
    

    I’m not positive if you’d have to wrap that function inside another function or not, but just in case, the code would be:

    afterEnd: function(){updateConsoles();}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using simple jcarousel here is ther code: http://jsfiddle.net/w6fLA/ I'm trying to show div
I am using jcarousel to auto scroll some images. I would like to know
I am using JCarousel to display some ads. Everything works fine, except when there
I am using the jCarousel plugin from http://sorgalla.com/jcarousel/ I have the carousel automatically scrolling
I'm using cufon with jCarousel. The Carousel has five items in it and rotates
Alright. The idea is that I have a jCarousel list that displays 3 items
I am trying to create a carousel, using floated list items. When Next is
Im using this plugin: http://sorgalla.com/projects/jcarousel/ I want there do be a counter that can
I'm using JCarousel to display a circular carousel of 5 divs. All of the
I am using a AJAX gallery called jCarousel, and I am having some difficulties

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.