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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:57:49+00:00 2026-05-31T22:57:49+00:00

i have got a little slideshow. It works fine with the previous and next

  • 0

i have got a little slideshow. It works fine with the previous and next button. But now I would like to make a slideshow with a play&pause button. Maybe you got a idea?

the javascript:

 function loadSlide(index){
    $('#gallery li').fadeTo(6000, 1.0);
        $('#gallery li').hide()
    .       eq(index).show();
        }

        $('#gallery').data('index',0).find('li').hide();
            loadSlide(0);

        $('#next').on('click',function(e){
          var index = $('#gallery').data('index'),
           numSlides = $('#gallery li').length;

          index = (index + 1) % numSlides;    
            loadSlide(index);
          $('#gallery').data('index',index);
            e.preventDefault();            
    });
        $('#previous').on('click',function(e){
         var index = $('#gallery').data('index'),
            numSlides = $('#gallery li').length;

            index = (index + numSlides - 1) % numSlides;
                loadSlide(index);
        $('#gallery').data('index',index);
            e.preventDefault();
    });
    $("#gallery li img").css({
                    'height':$("#gallery").height()+'px'
                });
                $("#gallery li").each(function(){
                    $(this).css({
                        'margin-left':'+'+parseInt($(this).children("img").width()/2)+'px'
                });
            });

            $("#gallery li img").css({
                    'height':$("#gallery").height()+'px'
                });
                $("#gallery li").each(function(){
                    $(this).css({
                        'margin-left':'+'+parseInt($(this).children("img").width()/2)+'px'
                });
            });
        }

thanks in advance!

  • 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-31T22:57:51+00:00Added an answer on May 31, 2026 at 10:57 pm

    Didn’t test, but something like this should work:

    $('#start').click( function(){
     t = setInterval( function(){ $('#next').trigger('click'), 2000 } );
    });
    
    $('#stop').click( function(){
     clearInterval(t);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

right now i have got suggestions like Simply scheme and The little schemer. what
I have been working with Rails for a little while now. I got some
I am wring a button control like below. i have got a method that
I am just getting into OOP PHP but have got a little stuck. Basically
So I've got this UpdatePanel. Inside it I have a nifty little jQuery scroll
I have got this little snippet of code, I want to be able to
I am trying to drag an image view. I have got little bit of
I have got a little problem using the CodeIgniter route function. I use the
I got a little problem with datamapper, and I'd like to know if there
I've got an odd little dilemma in this jQuery slideshow plugin that I am

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.