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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:49:08+00:00 2026-05-23T11:49:08+00:00

A client wants to share slides from a presentation on their site, but with

  • 0

A client wants to share slides from a presentation on their site, but with a matching set of “annotations” alongside, essentially requiring a double, synchronized slideshow. I’ve only managed to find a single jQuery plugin, dualSlider, which does this. That seems suspicious so I wondered if I might just be missing other options due to naming, description, etc. Is anyone aware of others?

  • jQuery is preferred but not an absolute requirement.
  • Both panes should accept arbitrary content.
  • The ability to pull directly from Flickr galleries would make everyone very happy, but I realize this is uncommon.
  • I’m aware each set of slides could be composited into a single image file, etc. Trying to avoid that for the moment.
  • 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-23T11:49:09+00:00Added an answer on May 23, 2026 at 11:49 am

    Most single sliders offer a way to control the sliders.

    For example, the jQuery cycle plugin (See: http://jquery.malsup.com/cycle/), can easily be accomplished by creating two lists, giving them the same timings and speed, and create your buttons like this:

    <div id="gallery1">... slideshow images/divs here</div>
    <div id="gallery1">... second slideshow images/divs here</div>
    <div id="nextbutton">
       Next
    </div>
    

    And in js:

    $(document).ready(function () {
        $("#gallery1").cycle();
        $("#gallery2").cycle();
    
        $("#nextbutton").click(function () { 
            $("#gallery1").cycle('next');
            $("#gallery2").cycle('next');
        });
    });  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A client wants to ensure that I cannot read sensitive data from their site,
On a news-site, the client wants me to implement a way to share a
A client wants a multilingual site with a CMS. Is there a Ruby on
A client wants to use Google Apps for employees but they want to offer
Is there any way to share self tracking entities with client tier(from server tier
Our client wants us to make a container app, but I am not exactly
Client wants to edit DotNetNuke skin and he is not a programmer, so I'm
A client wants to add functionality to a system that will distribute large files(~700mb)
My client wants me to make a plugin that intercepts the banner on a
Our client wants to support both SQL Server and Oracle in the next project.

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.