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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:04:44+00:00 2026-05-31T10:04:44+00:00

I have this button, when I click it, I want to add a class

  • 0

I have this button, when I click it, I want to add a class to a DIV with an ID. After that, it should scroll to the bottom of the page.

I have this currently:

  $("#signUp").click(function() {
$("#overlay").addClass(".overlay");       
 $('html, body').animate({scrollBottom:0}); 

    });

The HTML:

<div class="big-signup"> <a href="javascript: void(0)" id="signUp"><button>Sign up now. It's <span>FREE &raquo;</span></button></a><br /> <br />

And the css:

#overlay{
    height:100%;
    width:100%;
    display:none;
}
.overlay{
    background-color:#000;
    opacity:0.5;
}

Currently I can’t get the code to do anything. Nothing happens when I click the button..

UPDATE: jsFiddle: http://jsfiddle.net/P23P5/

Thanks in advance.

  • 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-31T10:04:46+00:00Added an answer on May 31, 2026 at 10:04 am

    The addClass method is expecting the name of the class without any dot:

    $("#overlay").addClass("overlay");
    

    The code that usually I use to scroll the page to a specific position is:

    var target = $(window).height(); // Y value
    var animationSelector='html:not(:animated)';
    
    // Fix for Safari
    if($.browser.safari) {animationSelector='body:not(:animated)';}
    // Animate
    $(animationSelector).animate({scrollTop: target}, 400, 'swing');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this form declaration: <form method=post action=/web_services/buscar_vuelos?method=get> <div id=addSegment_wrapper> <button class=ui-button ui-widget ui-state-default
I have this code in the end of link button click: Response.ContentType = application/zip;
I have an NIB file with a button. When I click this button, the
I have this button on the leftside of my UISplitViewController (RootViewController) that has a
I have this solution for a single button: myButton.Attributes.Add(onclick, this.disabled=true; + GetPostBackEventReference(myButton).ToString()); Which works
I have this code that has one button that let's me choose an entry
I have an asp.net page with a button. This button generates and inserts a
I have this page where in i have a ModalPopupExtender. Now the panel that
I have a div that changes class depending on where the user is on
Here is my DOM: <div class=group> <div class=comment> <button class=addLink>Add link</button> </div> <div class=link>

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.