Changes between Initial Version and Version 3 of Ticket #11316
- Timestamp:
- Feb 10, 2012, 10:45:46 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11316
-
Property
Status
changed from
new
toopen
-
Property
Component
changed from
unfiled
toattributes
-
Property
Priority
changed from
undecided
tolow
-
Property
Milestone
changed from
None
to1.7.2
-
Property
Type
changed from
feature
toenhancement
-
Property
Status
changed from
-
Ticket #11316 – Description
initial v3 1 `jQuery#val` contains this line of code: http://jsapi.info/jquery/ git/val#L23701 `jQuery#val` contains this line of code: http://jsapi.info/jquery/1.7.1/val#L2317 2 2 3 3 {{{ 4 4 hooks = jQuery.valHooks[ elem.nodeName.toLowerCase() ] || jQuery.valHooks[ elem.type ]; 5 5 }}} 6 7 This is later repeated on line 2361: http://jsapi.info/jquery/1.7.1/val#L2361. 6 8 7 9 How about switching these around, making it: