Pluck just says, for the array, return the given item/property of the array 
for every item in the array.  So really, the idea of 
pluck.pluck.pluck isn't really going to happen.  I retract my question. 
 Something like Victor is demonstrating is about what I need to do anyhow.

Karl..

On Tuesday, September 25, 2012 1:32:40 AM UTC-7, Victor wrote:
>
> Something like
> function getUrls(tweet) {
>   return tweet.mediaActivityJSON.entities.urls;
> }
> tweets.each(getUrls);
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/rq3Hyr2RrRwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to