文件名称:jQuery的RSS解析器 jFeed
文件大小:39KB
文件格式:GZ
更新时间:2015-08-07 05:42:56
jQuery RSS
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
----test-dist-packed.html(2KB)
----example-proxy.html(2KB)
----proxy.php(226B)
----jquery()
--------jquery.js(21KB)
----example.html(2KB)
----test-src.html(2KB)
----src()
--------jatom.js(1KB)
--------jfeed.js(1KB)
--------jfeeditem.js(133B)
--------jrss.js(1KB)
----README(1KB)
----MIT-license.txt(1KB)
----Makefile(789B)
----test-dist.html(2KB)
----xml()
--------rss-091.xml(3KB)
--------rss-10.xml(2KB)
--------rss-20.xml(2KB)
--------rss-092.xml(3KB)
--------atom.xml(9KB)
----build()
--------packer()
--------dist()
----GPL-license.txt(15KB)