开发者

Reverse order of RSS feed in zRSSfeed (jQuery)?

开发者 https://www.devze.com 2023-04-12 21:48 出处:网络
Im using zRSSfeed and everything is great but I need to be a开发者_如何学Cble to reverse the order of the feed, does anybody know how to do it?

Im using zRSSfeed and everything is great but I need to be a开发者_如何学Cble to reverse the order of the feed, does anybody know how to do it?

The zRSSfeed uses jQuery to pull the feed so anything applicable to that should apply as well.

Any ideas? I dont want to use Yahoo Pipes as there is a delay issue.


The latest version allows you to sort by date or title in ascending or descending order.

For example:

$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews', {
    sort: 'title',
    sortasc: true
});

http://www.zazar.net/developers/jquery/zrssfeed

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号