Bug Tracker

Changes between Initial Version and Version 3 of Ticket #11316


Ignore:
Timestamp:
Feb 10, 2012, 10:45:46 AM (11 years ago)
Author:
mathias
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11316

    • Property Status changed from new to open
    • Property Component changed from unfiled to attributes
    • Property Priority changed from undecided to low
    • Property Milestone changed from None to 1.7.2
    • Property Type changed from feature to enhancement
  • Ticket #11316 – Description

    initial v3  
    1 `jQuery#val` contains this line of code: http://jsapi.info/jquery/git/val#L2370
     1`jQuery#val` contains this line of code: http://jsapi.info/jquery/1.7.1/val#L2317
    22
    33{{{
    44hooks = jQuery.valHooks[ elem.nodeName.toLowerCase() ] || jQuery.valHooks[ elem.type ];
    55}}}
     6
     7This is later repeated on line 2361: http://jsapi.info/jquery/1.7.1/val#L2361.
    68
    79How about switching these around, making it: