$(deferredJQuery)

Description: Create a new jQuery selection that clones the current elements used by the running jQuery chain.

deferredJQuery – a deferred jQuery chain
the running jQuery chain to copy the current element selection from.

Usage pattern

var valueArray = $($('.some').each().attr(name)).get();