Changes between Initial Version and Version 4 of Ticket #9453
- Timestamp:
- May 28, 2011, 1:29:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9453
-
Property
Status
changed from
new
toassigned
-
Property
Component
changed from
unfiled
tocore
-
Property
Priority
changed from
undecided
tolow
-
Property
Milestone
changed from
1.next
to1.7
- Property Owner set to Rick Waldron
-
Property
Status
changed from
-
Ticket #9453 – Description
initial v4 1 The $.inArray() function calls the native JavaScript Array.indexOf() function if it's available, but the native function supports an optional second argument of "fromIndex". (See [ https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/indexOf])1 The $.inArray() function calls the native JavaScript Array.indexOf() function if it's available, but the native function supports an optional second argument of "fromIndex". (See [ 2 2 3 3 The fromIndex argument is very useful, and could be easily added without impacting any existing code from previous versions of jQuery.