Hello,
I'm using feed API to build a jquery mobile app. Now I want to use a
blogger rss feed, but it has multiple link element in every item, with a
different rel element. (http://chinamadeit.blogspot.com/feeds/posts/default)
I've got this code now:
> for (var i = 1; i <= articleLength ; i++) {
> var entry = json.responseData.feed.entries[i-1];
> $('#link' + i).text(entry.link);
> $('#comments' + i).text(entry.link);
> }
>
But now I want to have a way to select which link element it parses. I
can't figure out how to do this and I couldn't find anything online, so I
hope someone here is able to help me.
Thanks in advance,
Jan Thiemen
--
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/N3oRtjngrc8J
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en