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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:05:58+00:00 2026-05-23T13:05:58+00:00

I am attempting to remove a CSS class from a particular DIV on-the-fly. I

  • 0

I am attempting to remove a CSS class from a particular DIV on-the-fly. I have the following jQuery code:

<script type="text/javascript">
    $(document).ready(function() {
        $('.intro').click(function() {
            $('.row_2').removeClass('.last_row');
        });
    });
</script>

..with the following HTML

<div class="row_1 intro">Intro Row 1</div>
<div class"row_1 detail">Detail Row 1</div>
<div class="row_2 intro last_row">Intro Row 2</div>
<div class="row_2 detail last_row">Detail Row 2</div>

Conceptually, when the user clicks any of the intro DIVs it should remove the last_row class from the row_2 DIVs. However, it doesn’t seem to be working as the CSS styling applied to last_row on the rendered page is not removed from the row_2 DIVs once the user clicks on the intro DIV.

Is this a problem with the jQuery code, or is there something else I need to do so that the relevant DIVs on the rendered page will update on-the-fly in response to the last_row class being removed?

Thanks in advance for any help!

  • 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-23T13:05:59+00:00Added an answer on May 23, 2026 at 1:05 pm

    Use $('.row_2').removeClass('last_row'); instead of $('.row_2').removeClass('.last_row'); and it should work.

    The argument passed to .removeClass should just be the name of the class, without the dot.

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

Sidebar

Related Questions

Basically Im attempting to take a php / jquery / css / html web
I'm attempting to use JQuery to create a dynamic page header using an image
I am attempting to have a link show up in white, without an underline.
I have deployed an ASP.NET MVC application following the article How to: Deploy an
I need to strip out all font tags from a document. When attempting to
I’ve got a function that appends a <div> to an element on click. The
I am having difficulty with code igniter routing. http://www.mysite.com goes to the right controller
I am attempting to use the hoverIntent plugin to delay some animation effects on
I'm attempting to use boost::format, where my formatting string is the HTML below. I
I have codeigniter installed at the root directory, and would like to have a

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.