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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:34:23+00:00 2026-05-22T18:34:23+00:00

in this rule: if($(‘fieldset[data-input-type=checkbox]’).find(‘input’).is(‘:checked’)) { alert($(this)); } why do I get object Object as

  • 0

in this rule:

if($('fieldset[data-input-type=checkbox]').find('input').is(':checked'))
{
    alert($(this));
}

why do I get “object Object” as an alert and not the fieldset? How would I do a specific action for each fieldset with a checked input in it and not all of them?

  • 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-22T18:34:24+00:00Added an answer on May 22, 2026 at 6:34 pm

    This should do it

    $('fieldset:has(:checkbox:checked)').each(function(){
      alert(this);
    });
    

    demo http://jsfiddle.net/gaby/hVTBF/


    or if you indeed have to filter only to fieldset that have the attribute data-input-type then use

    $('fieldset[data-input-type=checkbox]:has(:checkbox:checked)').each(function(){
      alert(this);
    });
    

    Update after comment

    Since you just want to run more jQuery methods on the objects you can directly do that in your initial selector and avoid the each which runs a function for each item.

    $('fieldset:has(:checkbox:checked) .switch').add‌​‌​Class('on');
    

    and

    $('fieldset:not(:has(:checkbox:checked)) .switch').add‌​‌​Class('off');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This rule indicates that P/Invokes should not be made public. My question is why?
I noticed this rule in Firebug: *|*:link { color:#0000EE; } I'm not sure that
In this fiddle , with the following HTML and CSS: Html <input type=text></input> CSS
I want a regex with this rule: everything what not contains ? I tried
This allows me to get easyly dynamic input variables instead of putting a static
I have this rule: match '/xxx/:id/yyy' => 'aaa#bbb', :via => :get and when I
Why is empty struct in C a constraint violation? Why does this rule get
I don't understand why is this rule not working? If I change total quantity
i'm using this rule for rewriting subdomain and i'm corrected host file to 127.0.0.1
I have this rule: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !index.php RewriteRule ^(.*)$ index.php?req=$1

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.