Bug Tracker

Changes between Initial Version and Version 4 of Ticket #9453


Ignore:
Timestamp:
May 28, 2011, 1:29:55 PM (12 years ago)
Author:
Rick Waldron
Comment:

so, land mine and yours to get all the work combined hahaha

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9453

    • Property Status changed from new to assigned
    • Property Component changed from unfiled to core
    • Property Priority changed from undecided to low
    • Property Milestone changed from 1.next to 1.7
    • Property Owner set to Rick Waldron
  • 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])
     1The $.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 [
    22
    33The fromIndex argument is very useful, and could be easily added without impacting any existing code from previous versions of jQuery.