Jquery循环RSS提要问题
来自 jQuery 新手的快速问题。
此 jQuery 循环代码循环 twitter feed(管家篮球) - http://jquery.malsup.com/twitter/< /a> 有没有可以循环 RSS 源的等效工具?
Quick question from a jQuery newbie.
This jQuery cycle code cycles twitter feeds (butler basketball one) - http://jquery.malsup.com/twitter/
is there an equivalent that could cycle RSS feeds?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个:http://plugins.jquery.com/plugin-tags/rssreader
和这个 http://plugins.jquery.com/project/jFeed
我认为它们都很容易使用:)
;)
Have a look at this: http://plugins.jquery.com/plugin-tags/rssreader
and this http://plugins.jquery.com/project/jFeed
I think they are both easy to use :)
;)
并不普遍,因为除非您从同一域获取 rss feed(我对此表示怀疑),否则您将遇到跨域问题。您可能会考虑编写一个服务器端解决方案来解析远程 rss 提要并将您关心的字段输出为 JSONP。
Not universally, since unless you're fetching an rss feed from the same domain (which I doubt), you'll run into cross-domain issues. You might consider writing a server-side solution that would parse a remote rss feed and output the fields you care about as JSONP.