Changes between Version 2 and Version 3 of Ticket #12295, comment 3
- Timestamp:
- Aug 14, 2012, 10:08:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12295, comment 3
v2 v3 9 9 [[BR]] 10 10 OK there is no problem with .live because the actual bug is from :enabled selector returning different result against :not(:disabled) and the bug is same with live and delegate.[[BR]] 11 As described in documentation : ":enabled" should be like"*:enabled" NOT "input:enabled". This problem makes extremely hidden bugs in the programmer's code. Please check the fiddle code :[[BR]]11 As described in documentation : ":enabled" should be same as "*:enabled" NOT "input:enabled". This problem makes extremely hidden bugs in the programmer's code. Please check the fiddle code :[[BR]] 12 12 [http://jsfiddle.net/RJ8tb/]