Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Reading RSS with JQuery Re: Reading RSS with JQuery

#122352
rosspenman
Participant

RSS is just XML, so you should be able to use [jQuery’s XML capabilities (`$.parseXML()`)](http://api.jquery.com/jQuery.parseXML/).

Then you can navigate it just as you would any other DOM.