jGFeed

程序名称:jGFeed

jGFeed 介绍

This jQuery plugin utilizes Google’s Feeds
API

and builds an abstraction layer that makes Google feed API easier to use for
jQuery developers
. The advantage of using this lightweight jQuery plugin is
that you don’t have to learn and go through new API documentation.

示例代码:

$.jGFeed('http://feeds.feedburner.com/jQueryHowto',  
function(feeds){  
  // Check for errors  
  if(!feeds){  
    // there was an error  
    return false;  
  }  
  // do whatever you want with feeds here  
  for(var i=0; i<feeds.entries.length; i++){  
    var entry = feeds.entries[i];  
    // Entry title  
    entry.title;  
  }  
}, 10);

jGFeed 官网

http://plugins.jquery.com/project/jgfeed

相关编程语言

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