阅读使用jQuery的RSS提要提要、jQuery、RSS

由网友(挥利剑斩情丝﹋)分享简介:我想用自己的RSS源和jQuery展示我的最新的StumbleUpon项目的标题。我的作用是:I'm trying to show the title of my latest stumbleupon item using their RSS feed and jquery.The function I have...

我想用自己的RSS源和jQuery展示我的最新的StumbleUpon项目的标题。 我的作用是:

I'm trying to show the title of my latest stumbleupon item using their RSS feed and jquery. The function I have is:

function get_stumbleupon() {
	$.get("http://rss.stumbleupon.com/user/fredkelly/", function(data) {
		alert(data.title);
	}, "xml");
}

它返回什么...我只是单纯的想获得的信息数位大约在单最新进的项目 - ?我怎么能做到这一点。

Which returns nothing... I just simply want to get a few bits of info about the single latest item in the feed - how can I do this?

推荐答案

的下面是关于如何做跨域Ajax和JQuery的教程。

阅读全文

相关推荐

最新文章