If you just use $.each( arr, function( index, elem ) { }), the second arg is always what you expect.
↧
If you just use $.each( arr, function( index, elem ) { }), the second arg is always what you expect.