2007-07-15 I needed a lightweight JavaScript feed parser based on jQuery and couldn't find one, so I wrote jFeed yesterday. Thanks to jQuery, it was quite easy and fun to do. jFeed currently parses RSS 0.91, 0.92, 1.0, 2.0 and Atom 1.0 feeds. Usage: jQuery.getFeed(options); options: * url: the feed URL (required). * data: data to be sent to the server. See jQuery.ajax data property. * success: a f