Just forked your project because I have been updating it myself to work with the most recent iTunes Podcast RSS XML. Long story short.. if you want to reconfigure this source to work with namespaces, edit up your own: jfeed.js file.. and follow this pattern..
Just forked your project because I have been updating it myself to work with the most recent iTunes Podcast RSS XML. Long story short.. if you want to reconfigure this source to work with namespaces, edit up your own: jfeed.js file.. and follow this pattern..
item.description = jQuery(this).find("[nodeName=itunes\:summary]").eq(0).text();
Instead of what is currently under the "Item" parsing area. It's important that you double excape the ":" within the namespace.
Enjoy