(I originally mistakenly sent this directly to John rather than the mailing list. Sorry!)
The old thread at http://groups.google.com/group/jquery-en/browse_thread/thread/5ea3458c3daf660/9552dbee5c8374a9 [which I am apparently unable to reply directly to, hence the accidental send direct-to-John] discusses inconsistent behaviour between manually clicking a checkbox vs. clicking a checkbox via .trigger(). I notice there now exists a function 'triggerHandler' that allows you to only trigger the event handlers for an element, which is great. However, using the standard 'trigger' (or 'click') function still exhibits the original problem that Chris reported. That is, the ordering in which default action and event handlers are fired differs depending on whether a checkbox is clicked manually vs. clicked via jQuery. Is this still a known issue that will be resolved? Or is it something that will be left as-is? FYI, I am using jQuery 1.2.1. Thanks, Cliff