Changes between Initial Version and Version 1 of Ticket #12295, comment 2
- Timestamp:
- Aug 14, 2012, 9:49:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12295, comment 2
initial v1 1 With regard to jQuery Documentation(:enabled) on [http://api.jquery.com/enabled-selector/] describing : ".... In other words, the bare $(':enabled') is equivalent to $('*:enabled'), so $('input:enabled') should be used instead. .... "2 But in fact the subject is different. Let's take a look:[[BR]]3 [http://jsfiddle.net/RJ8tb/][[BR]]