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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:47:01+00:00 2026-05-30T11:47:01+00:00

I have a textbox, which upon a change in text, calls some Javascript. Before

  • 0

I have a textbox, which upon a change in text, calls some Javascript.

Before this textbox, I have 2 checkboxes (chkA, chkB) which are mutually exclusive.
When I start my new function I want to be able to check which checkbox is currently selected. So far I have this,

   $(".textbox1").keyup(function () {
                var chk = $(this).prevAll(":checked").first().attr('class');  ....

    });

The code goes on to do a “If class = blah, then do something, else, do nothing”

it worked for my radio button code, but not my checkboxes. “chk” ends up being null.

  • 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-30T11:47:02+00:00Added an answer on May 30, 2026 at 11:47 am

    If you need to know the class of a checked checkbox (i used an imaginary element that i called “wrapper” which holds all your input fields, substitute that with the correct element or post your markup):

    $(".textbox1").keyup(function () {
           if($(this).closest('#wrapper').find("input:checkbox:checked").hasClass('blah')){
              //do what you need
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have TextBox (multiline) and Label in an UpdatePanel which I refresh with javascript
I have some C# / asp.net code I inherited which has a textbox which
I have an asp.net TextBox in which I want to check if the text
I have a user control which has a textbox on it, now this usercontrol
I have a text box that is going to be validated in JavaScript upon
I have a textbox which has the code; <input type=text maxlength=5 size=2 value=1 id=paging_textbox>
I have a form which has a single textbox that sends some data to
I have textbox which should be used to send formatted text to remote application,
I have a textbox which sends some commands to an instrument. I added the
I have a textbox which is extended by an Ajax Control Toolkit calendar. I

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.