.map( callback )Returns: jQuery
Description: Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
-
version added: 1.2.map( callback )
- callbackA function object
-
Description: Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.