I\'m just going through the jQuery API and I\'m a bit confused on map() & get() method. I know I\'m wrong but the map() method lo
map()
get()
Each does not seem to return a resulting array while map returns an array containing the reurn values for all the callbacks.
Get returns an array of the pure items that was wrapped in jquery objects as lonesomeday noted. (corrected)