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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:56:14+00:00 2026-05-11T01:56:14+00:00

I’m not sure if this is a bug or just some crazy new thing

  • 0

I’m not sure if this is a bug or just some crazy new thing in jQuery 1.3 that I’m unaware of, or if I’ve just gone crazy.

I have a table with 11 checkboxes in it, and I can’t select them all using jQuery 1.3:

// jQuery 1.2.6 $('.myTable').find(':checkbox');  // finds 11 elements  // jQuery 1.3 $('.myTable').find(':checkbox');  // finds 1 element: the first checkbox $(':checkbox', $('.myTable'));    // finds 1 element $('.myTable :checkbox'));         // finds all 11 elements 

The results are the same if I use .find('*'): it only picks the first element in 1.3, so it’s nothing peculiar to :checkbox.

On my own page, I can recreate this every time, but when I paste the (seemingly) relevant parts into JSBin, it works!

The original page also has Mootools included, but I’ve been very careful with scoping and there weren’t any issues with jQ 1.2.6, so I don’t think that could be it. Any other ideas?

And before anyone says it, using the .find() function is very much more convenient than the combined selector ('.myTable :checkbox') in this case, and changing all my code to that style isn’t an option!

  • 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. 2026-05-11T01:56:15+00:00Added an answer on May 11, 2026 at 1:56 am

    If it’s really a bug, you should visit the jQuery bug tracker site and report it (see http://dev.jquery.com/).

    This is especially true as 1.3 has only just been released. However, given the amount of testing it’s gone through, I’d strongly suggest you try a very simple web page to see if it’s really a problem with jQuery or, as you suggest, a possible interaction with your other tools (i.e., Mootools). A bare bones page with just a couple of check boxes, the 1.3 jQuery and the code you’ve given in your question would be ideal.

    Only if it’s still an issue then would I raise a bug on jQuery, otherwise I’d start with the various discussion groups to see if they can help.

    For example, this piece of code does actually work so it’s unlikely to be a bug with jQuery.

    <html>   <head>     <script type='text/javascript' src='jquery-1.3.js'></script>     <script type='text/javascript'>       $(document).ready(function(){         $(document).find(':checkbox').attr('checked',false);         $('a').click(function(event){           $('.myTable').find(':checkbox').attr('checked',true);           event.preventDefault();         });       });     </script>   </head>   <body>     <a href='http://nowhere.com/'>Click me!</a><hr>     <table class='myTable'><tr>       <td><input type='checkbox'>One</input></td>       <td><input type='checkbox'>Two</input></td>       <td><input type='checkbox'>Three</input></td>     </tr></table>   </body> </html> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a JSP page retrieving data and when single or double quotes are
Is it possible to replace javascript w/ HTML if JavaScript is not enabled on
I want use html5's new tag to play a wav file (currently only supported
I'm looking for suggestions for debugging... If you view this site in Firefox or
I want to count how many characters a certain string has in PHP, but
I am currently running into a problem where an element is coming back from
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is
In order to apply a triggered animation to all ToolTip s in my app,

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.