Does anyone know of a \'pluck\' plugin that matches the underscore array method?
pluck_.pluck(list, propertyName)
A convenient version of
You can do it with an expression;
var arr = $.map(stooges, function(o) { return o["name"]; })