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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:37:11+00:00 2026-06-06T23:37:11+00:00

I want to add a class to the current slide’s link. My javascript code

  • 0

I want to add a class to the current slide’s link. My javascript code is

$(document).ready (function() {
$('#slideshow').cycle({
            fx: 'fade',
            speed: 500,
            timeout: 1000,
            pause: 1,
            cleartype: true,
            cleartypeNoBg: true,
            pager: '#forpager',
            pagerAnchorBuilder: function(idx, slide) {
                return '#forpager li:eq(' + (idx) + ')';
            }
        });


    $('#forpager ul li a').click(function(){
      $('#forpager ul li a').removeClass("active");
      $(this).addClass("active");
    });


});

And the html code for slideshow is

<div id="forslideshow">
        <div id="slideshow">

            <div class="image">
            <center><img src="images/pic1.jpg" alt="Renny"/></center>
            </div>

            <div class="image">
            <center><img src="images/pic2.jpg" alt="Giselle"/></center>
            </div>

            <div class="image">
            <center><img src="images/pic3.jpg" alt="Emma Goldman"/></center>
            </div>

        </div>

        <div id="forpager">
        <ul>
            <li ><a  href="#"><img src="images/menupic.png"/></a></li>
            <li ><a  href="#"><img src="images/menupic.png"/></a></li>
            <li ><a href="#"><img src="images/menupic.png"/></a></li>
        </ul>
        </div>


    </div>

Problem is that with this code when I click on a particular link that slide comes and link has the active class but else as the slides cycle their corresponding links are not don’t have active class. Can anyone give me code which can add/change the class of links as the slide show starts and when i am not clicking on the links.

  • 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-06T23:37:12+00:00Added an answer on June 6, 2026 at 11:37 pm

    The following code is working. But use the updateActivePagerLink function before the applying the cycles.

    $(document).ready (function() {
    
        $.fn.cycle.updateActivePagerLink = function(pager, currSlideIndex) {
    
                    $(pager).find('li').removeClass('active')
    
                    .filter('li:eq('+currSlideIndex+')').addClass('active');
    
    
        };
    
    
    
    $('#slideshow').cycle({
                fx: 'fade',
                speed: 500,
                timeout: 1000,
                pause: 1,
                cleartype: true,
                cleartypeNoBg: true,
                pager: '#forpager',
            pagerAnchorBuilder: function(idx, slide) {
                    return '#forpager li:eq(' + (idx) + ')';
                }
    
    });   
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Javascript function that is adding css class current to selected link <a>
I want to add some compiled classes (.class files) to directories(packages) in current Jar
We want to add class on a link depending on window.location.pathname our html is:
I have 4 anchors, I want to add a class of current to an
I want to add class atttributes to a superclass dynamically. Furthermore, I want to
I want to add a class to certain input or label elements in a
I want to add a class to multiple span elements with common classname's based
I have 2 list and i want to add a class =last to the
I am working on a Jquery accordion stuff. I want to add a class
I want to add a subview to the UITableCellView class. However, non of 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.