1 Add a change function to a checkbox based on its ID value. 2 Add a click function to a set of checkboxes based on a class name.
If the control in step one is part of the class of controls in step two, its change function will stop firing. Now, this is not a big deal because "change" and "click" are pretty much the same thing in terms of a checkbox. In fact, the change does NOT fire after losing focus, which is documented as the "usual" behavior. P.S. you can discretely add both change and check to a single control, based on ID, and that seems to work fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---