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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:11:20+00:00 2026-06-08T12:11:20+00:00

I Need a content slider on jQuery with scroll bar and arrows in the

  • 0

I Need a content slider on jQuery with scroll bar and arrows in the same time. Something like this one, but with arrows in the sides like this. The arrows should appear on hover a parent tag. I search in the Internet. But I can’t find what I need. Does anybody know a slider like this?

  • 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-08T12:11:21+00:00Added an answer on June 8, 2026 at 12:11 pm

    Use the value method to set the slider’s value to the next/previous page when a next/previous button is pressed. Accomplishing this requires some 10 lines of JavaScript with jQuery and UI.

    I’ve developed it based on the slider in the link you provided. The JS code goes like this, and can be found in this fiddle.

    var max = , pageWidth = ; // see the fiddle for the full code
    $('#prev, #next').click(function(){
        var current = $("#slider").slider('value');
        var to = $(this).is('#prev') ? current - pageWidth : current + pageWidth;
        $('#prev, #next').show();
    
        if(to <= 0)
            $('#prev').hide();
        else if(to >= max - pageWidth)
            $('#next').hide();
    
        $("#slider").slider('value', to);
        sliderOpts.slide(null, { value: to });
    });
    $('#prev').trigger('click'); // init​​​​​​​​
    

    So the only thing remaining for you is to apply any CSS changes you like, and if you want to move the #prev and #next buttons to a parent element that’s fine too with the provided code.

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

Sidebar

Related Questions

In my asp.net application i need to integrate a jquery content slider with next,
I need to make a four posts featured content slider but not with the
I need to display content from an OLAP cube in Sharepoint. This could be
I need to load content from a text area into a div via jquery
I have one variable whose content I need to get from a remote server,
Possible Duplicate: JQuery ajax cross domain I need to load content from another websites
I want to program the jquery slider myself rather than using any plugin. But
I need some help with jquery. How to get the .content after I click
I'm trying to reset flash content within my slider powered by jQuery Cycle Plugin.
I'm using Prototype/Scriptaculous library for a featured content slider, it works great but the

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.