jQuery.map( array, callback )Returns: Array
Description: Translate all items in an array or object to new array of items.
-
version added: 1.0jQuery.map( array, callback )
- arrayType: ArrayThe Array to translate.
- callback
-
Description: Translate all items in an array or object to new array of items.