Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 590 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 590 Bytes

jQRSS - RSS Feed Reading Made EZ!

This simple and easy to use jQuery Plugin makes calling RSS Feeds simple and easy and provides plenty of feedback in the developer console if available! It maintains a list of Ajax calls for RSS feeds. It also includings easy to override options, in case you want to make it a little more "your own.

Simply include it anywhere after your call to jQuery and then use as simple as:

$.jQRSS('http://www.yourRSSurl.com/', { options }, function (newsFeed) { /* do work! */ })