↧
Answer by karnyj for Unable to parse atom feed using jQuery
$.getFeed doesn't take "type" and "error" parameters. From the jfeed source: jQuery.getFeed = function(options) { options = jQuery.extend({ url: null, data: null, success: null }, options);...
View ArticleUnable to parse atom feed using jQuery
I'm using jFeed to parse atom feed and trying to display the title. I had written success and error functions but it's not getting into either success or error function. Below is my code. Please let...
View Article