Quantcast
Channel: Parse RSS feed to XML using Jquery? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Blazemonger for Parse RSS feed to XML using Jquery?

RSS is an XML format, and XML can be traversed using the same DOM selectors jQuery uses on an HTML document. Something like $('item').slice(0,1) should get you the first two items.

View Article



Parse RSS feed to XML using Jquery?

Can anyone recommend the best way to parse an RSS feed into variables so that I can use in a styled page? I would like to parse an RSS news feed in a way that I can use the first two stories to show...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images