Is there a way to get jQuery slice to return an array of elements instead of a jQuery object? Perhaps an alternative function from a jQuery compatible library?
Or do I have to covert into an array myself using makeArray (or doing it myself)?
(I ask because once I discovered each2, I am always imagining there is a slightly more optimized function out there for a given task).