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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T15:49:52+00:00 2026-06-16T15:49:52+00:00

I have created a slider using CSS3 to display my testimonials.. Now I need

  • 0

I have created a slider using CSS3 to display my testimonials.. Now I need to add some animation to this slider using Jquery. But I dont have any idea how to use Jquery with this slider.. and what are the suitable plugin for this. So anybody can tell me How can I add an animation to this slider?

any ideas are greatly appreciated.

Thank you.

Here is a link to the slider code: jsfiddle.net/XJVYj/82

  • 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-16T15:49:54+00:00Added an answer on June 16, 2026 at 3:49 pm

    I think it will be very hard to find a Plugin that exactly matches your code. But I could code you the jQuery stuff for it. But then I would have two Questions.

    1. How much of the CSS can I change? Or should it also still work without js activated?
    2. Are you staying with a number of 3 items in the future? Or do you want to change the number of slides dynamically?

    // EDIT

    OK it works now. I know its not very elegant, but I dont wanted to change too much of your code. So I just had to edit two of your css selectors (I commented the old one out). You also wanna notice, that with this solution your old method still works when javascript is disabled.
    The jQuery Code follows…

    $("div.one").css({"left":0, "opacity":1});
    $("div.two").css({"left":300, "opacity":1});
    $("div.three").css({"left":600, "opacity":1});
    
    $("input#first").click(function(){
        $("div.one").animate({left:0},600);
        $("div.two").animate({left:300},600);
        $("div.three").animate({left:600},600);
    });
    
    $("input#second").click(function(){
        $("div.one").animate({left:-300},600);
        $("div.two").animate({left:0},600);
        $("div.three").animate({left:300},600);
    });
    
    $("input#third").click(function(){
        $("div.one").animate({left:-600},600);
        $("div.two").animate({left:-300},600);
        $("div.three").animate({left:0},600);
    });​
    

    jsfiddle.net/mYhEV/2/

    Hope it helps.

    PS: For a cleaner solution you would have to rethink a bit. One method would be to put all the sliders in a wrapper and just moving this wrapper instead of moving.

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

Sidebar

Related Questions

with some help I have created a rotating slider using jquery and CSS3, and
I have a page which contains a jQuery-UI horizontal slider, created using a little
I have created this slider using motiongallery.js (CMotion Image Gallery) from Dynamic Drive. I'm
I have created a slideshow using jquery easyslider. But its not happening. I am
I have created a slider using jquery and the slides plugin . I wanted
I have some jQuery that creates a slideshow using BX slider for an unknown
I have created jquery image slider and it is working good. However i have
I have created some JQuery that will expand a div 'popup' on hover and
I have created a slider in jQuery, CSS and HTML. It uses arrows and
I have created an image slider. This slider appears on every page of my

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.