Been looking up why my .change() isn't working in IE6/7. Found some good links online to explain that the .change() doesn't work in IE until AFTER you click or tab away from the radio button or checkbox for those browsers. Then, it was recommended to use .click() instead.
Ok, fair enough, but the big usability question then: What about the users who are tabbing through a form and use spacebar on the keyboard to highlight or change a radio button or checkbox? Are they pretty much out of luck for getting a script to work that DEPENDS on the usability purpose of onChange?