jQuery RSS/ATOM feed parser plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
133 B

  1. function JFeedItem() {};
  2. JFeedItem.prototype = {
  3. title: '',
  4. link: '',
  5. description: '',
  6. updated: '',
  7. id: ''
  8. };