jFeed jQuery的RSS解析器

程序名称:jFeed

授权协议: 未知

操作系统: 跨平台

开发语言: JavaScript

jFeed 介绍

jFeed 是一个通用的 RSS/ATOM 解析器jQuery插件
jFeed 支持 RSS 0.91, 0.92, 1.0, 2.0 和 Atom 1.0 等格式。

使用方法:

`jQuery.getFeed(options);

参数:

  • url: the feed URL (required).
  • data: data to be sent to the server. See jQuery.ajax data property.
  • success: a function to be called if the request succeeds.
    The function gets passed one argument: the JFeed object.

使用示例:

jQuery.getFeed({
url: ‘rss.xml’,
success: function(feed) {
alert(feed.title);
}
});`

jFeed 官网

http://www.hovinne.com/blog/index.php/2007/07/15/132-jfeed-jquery-rss-atom-feed-parser-plugin

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...