Okay I found this RSS plugin and I want to display it inside a webpage, but I want it to be in a jQuery listview, so each item is a list item, could someone please explain to me how to do it? I put the jsfiddle link below! Thanks
http://jsfiddle.net/8qhZP/
And this is the actual source where I found the plugin
http://www.jquery4u.com/plugins/jquery-rss-feed-display-live/
Okay I found this RSS plugin and I want to display it inside a
Share
Easiest way to accomplish this is to get the RSS feed converted into a JSON object. This way you can call the url using JSONP and then parse the output using a jQuery template engine.
1) Convert the RSS feed into a JSON feed using Yahoo pipes (can also combine RSS feeds)
http://jquery4u.com/rss/
into
Yahoo JSON Pipe Output
2) Render the JSON feed using a jQuery templating engine like json2html