How to display rss feed results in a jquery list
问题 I would like to display my blog post results as a jQuery mobile lists. For now all the titles, date, author and snippets are appearing line by line and also I would like to be able to click on each posts and view the contents directly as a mobile format. This is my code: $(document).ready((function(){ url = 'http://hopexxx.com/category/daily-devotion/feed/'; $.ajax({ type: "GET", url: document.location.protocol + '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=1000&callback=?&q=' +