9
votes
6answers
7k views
Parse RSS with jQuery
I am looking for a jQuery solution to parse RSS feeds. I want something reusable and easy...
Know of a plugin? Or a way to do this with jQuery base?
…
3
votes
Parse RSS with jQuery
Using JFeed
function getFeed(sender, uri) {
jQuery.getFeed({
url: 'proxy.php?url=' + uri,
su …
