Search Results

8
votes
6answers
6k views

Parse RSS with jQuery

I am looking for a jQuery solution to parse RSS feeds. I want something reusable and easy... Know of a plugin? Or a way to do this with jQuery base? …
0
votes

What is the best lightweight javascript framework?

jQuery is very slick and very easy to learn. I have used Moo in the past for some basic DOM manipulation. It's got less of a footprint but less functionality. The best choice for you definitely dep …
2
votes

Parse RSS with jQuery

Using JFeed function getFeed(sender, uri) { jQuery.getFeed({ url: 'proxy.php?url=' + uri, su …