javascript - Showing a local RSS Feed on my app? -
so i'm using phonegap build with, html5 jqm , javascript , css obviously.
i have local rss feed in xml format has been made , updated new events etc.
i want rss feed show list @ moment i'm no bothered fancy i've not managed show up, efforts have been futile.
any answers accepted. practicality lets call feed rss.xml.
thanks!
you may use jfeed, example
jquery.getfeed({ url: 'rss.xml', success: function(feed) { console,log(feed.title); } });
also, can use $.get, here example phonegap , an article worth reading.
Comments
Post a Comment