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

  • Home
  • SEARCH
  • 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 6669859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:12:01+00:00 2026-05-26T03:12:01+00:00

on this page, I made a checkbox: http://www.problemio.com The checkbox looks like this: <input

  • 0

on this page, I made a checkbox: http://www.problemio.com

The checkbox looks like this:

<input class="problem_follow_checkbox" TYPE="checkbox" NAME="follow_problem" /> Follow this problem

And in the jQuery I added this:

$("#problem_follow_checkbox").click (function ()
{
    alert ("clicked cvheckbox for following problem");
    var thisCheck = $(this);

    if (thischeck.is (':checked'))
    {
        // Do stuff
                alert ("yes checjed");
    }
    else
    {
        alert ("not checjed");
    }
});

Seems super straight forward, but for some reason when the checkbox is checked, this jQuery code does not get invoked. Any reason that might be happening?

Thanks!

  • 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-26T03:12:02+00:00Added an answer on May 26, 2026 at 3:12 am

    Use:

    $(".problem_follow_checkbox").click (function ()
    {
        alert ("clicked cvheckbox for following problem");
        var thisCheck = $(this);
    
        if (thisCheck.is (':checked'))
        {
            // Do stuff
                    alert ("yes checjed");
        }
        else
        {
            alert ("not checjed");
        }
    });
    

    $(“#problem_follow_checkbox”) is looking for the ID problem_follow_checkbox so $(“.problem_follow_checkbox”) will be working nice.

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

Sidebar

Related Questions

How did they made this page? http://www.youtube.com/wariolandshakeit2008 If anyone has a tutorial on how
ANY DOM element can be made resizable according to this page: http://jqueryui.com/demos/resizable/ However, it
On this page ( http://www.comehike.com/hikes/hiking_group.php?hiking_group_id=2 ), I'm trying to get on the right side,
I'm having problems targetting the DIVs on this test page I made at http://flexibletheme.tumblr.com/
Consider this page @ http://www.bloodbone.ws/screwed.html I need to be able to have the a.grow
in this page http://api.jquery.com/category/effects/ when you put 'up'(keyboard) and 'down',then put 'enter',it will go
From this page: http://www.doctrine-project.org/documentation/manual/1_2/en/working-with-models#dealing-with-relations:creating-related-records You can see that it says $obj['property']; is the recommended
I am following the tutorial i found in this page http://javahunter.wordpress.com/2010/09/25/integrating-captcha-in-jsf-2-0/ to integrate a
On this page in Espn.com, if you go to the upper right corner and
On this site each page is made up of multiple .jsp files. There is

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.