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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:38:46+00:00 2026-05-30T15:38:46+00:00

I have jcarousel set up to scroll through a bunch of images using the

  • 0

I have jcarousel set up to scroll through a bunch of images using the standard left and right arrows that are positioned above the images.
I would also like to add a set of navigation arrows to the bottom of the images but would need to give them a different class name so that I can set their position.
What would I need to edit in the jcarousel javascript file to add these extra arrows?
I think it may be in this chunk of code…

    = this.list.wrap("<div></div>").parent();
if(this.container.size()===0)this.container=this.clip.wrap("<div></div>").parent();b!==""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1&&this.container.wrap('<div class=" '+b+'"></div>');
this.buttonPrev=g(".jcarousel-prev",this.container);
if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null)this.buttonPrev=g(this.options.buttonPrevHTML).appendTo(this.container);
this.buttonPrev.addClass(this.className("jcarousel-prev"));
this.buttonNext= g(".jcarousel-next",this.container);
if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null)this.buttonNext=g(this.options.buttonNextHTML).appendTo(this.container);
this.buttonNext.addClass(this.className("jcarousel-next"));
this.clip.addClass(this.className("jcarousel-clip")).css({position:"relative"});
this.list.addClass(this.className("jcarousel-list")).css({overflow:"hidden",position:"relative",top:0,margin:0,padding:0}).css(this.options.rtl?"right":"left",0);
this.container.addClass(this.className("jcarousel-container")).css({position:"relative"});
  • 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-30T15:38:47+00:00Added an answer on May 30, 2026 at 3:38 pm

    You can do somethings like that :

    $.mycarousel = function(e, o) {
    var $elfCarousel = $(e).jcarousel(o), 
    $actionsContainer="<div class='other_actions'></div>";
    $elfCarousel.wrap("<div></div>").append($actionsContainer);
    $actionsContainer.append("<div>bottom Next</div>").click(function(){
        $elfCarousel.find(".jcarousel-next").click();
    })
    $actionsContainer.append("<div>your other button here</div>").click(function(){/* your other action here*/})
    $actionsContainer.append("<div>your last button here</div>").click(function(){/* your last action here*/})
    }
    

    By creating your own plugin wrapping jcarousel you will get benefit of jcarousel bug corrections.

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

Sidebar

Related Questions

I have a jQuery script that creates a carousel to rotate images left and
I have set images in iCarousel . When I scroll the carousel, it shows
I have a set of images scrolling continuously with jCarousel. Only one image is
I have jCarousel Lite going in Drupal with images of various sizes/aspect ratios. I'm
EDIT I have a viewport that extends a TabPanel. In it, I set one
I have a script that turns an unordered list of images into a horizontal
I used to have a jCarousel of image that worked perfectly fine in the
Alright. The idea is that I have a jCarousel list that displays 3 items
I have the following sql query that fetches images from an establishment table. The
I have problems laying out the jCarousel pager (which I'm using along with Colorbox

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.