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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:20:27+00:00 2026-05-31T13:20:27+00:00

I have created this code in Jquery. And it is working fine but I

  • 0

I have created this code in Jquery.

And it is working fine but I am trying to accomplish this: I DON’T want to add a CLASS right away (on document load) like in this example INSTEAD I would try to accomplish the following:

ON FIRST click select FIRST li tag and THEN add Class “active”. I want to achieve the same functionality like in this Fiddle . (Only difference is that I DON’T want first li tag to have CLASS right away , but to add a CLASS on button click.) Can someone help me out? Thank you!!

$(document).ready(function() {
    $('ul li:first').addClass('active');
    $("button").click(function() {
        $('.active').removeClass('active').next('li').addClass('active')

    });
});
  • 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-31T13:20:27+00:00Added an answer on May 31, 2026 at 1:20 pm
    $(document).ready(function() {
    
        $("button").click(function() {
           if($('ul li.active').length==0)
               $('ul li:first-child').addClass('active');
           else
            $('.active').removeClass('active').next('li').addClass('active')
    
       });
    });
    

    try here http://jsfiddle.net/KVLE6/2/

    In that case you need to check if there is any item with active class. If there is at least one, then remove to it and add it to next. If there is none, then add it to first. Let me know if that’s what you wanted

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

Sidebar

Related Questions

I have created this code, and when I run it, don't get any errors
All, I am trying to code a Connect4 game. For this, I have created
I have an array created with this code: var widthRange = new Array(); widthRange[46]
I have this code working in C#: var request = (HttpWebRequest)WebRequest.Create(https://x.com/service); request.Method = GET;
I am using jQuery autocomplete which is working fine with existing element but not
Hello I have issues with jquery on my site. It was working fine till
Why is this piece of code not working on Chrome 4.0 but works on
I have created a add email method (jquery) to validate a multiple emails for
I have this code to create an ATOM feed Dim xmlResult As New StringBuilder
I have this code which should create a splash image with either no animation

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.