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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:19:27+00:00 2026-05-31T21:19:27+00:00

Simply put I’m trying to sync two slideshows created using widgetkit lib in a

  • 0

Simply put I’m trying to sync two slideshows created using widgetkit lib in a joomla website, eg. when user clicks next slide on one, the other one also runs nextSlide() function in the slideshow.js. Same for previous. The problems I’m having is widgetkit uses anonymous functions for creating those slideshows and I dont have global references to them after they are created. With my limited programming knowledge I cant seem to trigger the nextSlide function for other slideshows once inside click handler.

If anyone can take a look it would be most welcome.

EDIT:

Of course I forgot to link the example webpage

http://www.yootheme.com/widgetkit/examples/slideshow

Mine is similar with only 2 slideshows, but is still only on local server.

  • 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-31T21:19:28+00:00Added an answer on May 31, 2026 at 9:19 pm

    Taking a brief look at widgetkit here is one possible solution. Using jquery you can search for any objects that have a class of slides with a child of next and click all others. The code provided below isn’t tested but should point you in the right direction. As long as you don’t call stop propagation or prevent default then the original click handlers should still fire.

    var slideshow_count = $('.slides .next').length;
    var cascade_countdown = 0;
    
    $('.slides .next').each(function() {
      $(this).click(function() {
    
        // stop an infinite loop if we're already cascading till we've done it for all the elements.
        if(cascade_countdown != 0) {
         cascade_countdown--;
         return true;
        }
    
        // we don't include the slideshow we're clicking in this count
        cascade_countdown = slideshow_count - 1;
        var clicked_el = this;
    
        $('.slides .next').each(function() {
          // only click elements that aren't the initiator
          if(this !== clicked_el) {
            $(this).click();
          }
        });
      });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simply put, when a user clicks a javascripted text such as "480p", I want
Simply put, I have a website where you can sign up as a user
Simply put, is there a way to create a 2D javascript array using similar
Simply put, if you're using maven, should you treat the maven layout as the
Simply put, I'm trying to send an email from a Powershell script which lists
Simply put, when a user wants people to be able to go to their
Simply put this program is merging two arrays containing coordinates into one larger array,
I am trying to simply put a few paragraphs on the screen with xml
Simply put, I am making a flash midi player. I am using ENTER_FRAME for
Simply put, I am trying to create a custom logger for visitors to a

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.