Changes between Initial Version and Version 4 of Ticket #10005
- Timestamp:
- Aug 9, 2011, 8:10:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10005
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
unfiled
toevent
-
Property
Priority
changed from
undecided
tolow
-
Property
Milestone
changed from
None
to1.6.3
-
Property
Resolution
changed from
to
worksforme
-
Property
Status
changed from
-
Ticket #10005 – Description
initial v4 1 1 If using .click() on a checkbox element, the returned value from .is('checked') from inside the elements .click() function will return the opposite of the actual state. If you click the checkbox, the .is('checked') will return the correct state. 2 2 3 [ http://jsfiddle.net/k4emic/6xufL/1/Example fiddle]3 [ Example fiddle] 4 4 5 This issue has been around for a while, [ http://www.bennadel.com/blog/1525-jQuery-s-Event-Triggering-Order-Of-Default-Behavior-And-triggerHandler-.htmthis blog entry] is from 2009.5 This issue has been around for a while, [ this blog entry] is from 2009. 6 6 7 7 Callbacks attached to .change() works consistently.