Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 zRSSfeed,一切都很好,但我需要能够反转提要的顺序,有人知道该怎么做吗?
zRSSfeed 使用 jQuery 来拉取提要,因此适用于该提要的任何内容也应该适用。
有任何想法吗?我不想使用 Yahoo Pipes,因为存在延迟问题。
最新版本允许您按日期或标题按升序或降序排序。
例如:
$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews', { sort: 'title', sortasc: true });
http://www.zazar.net/developers/jquery/zrssfeed