zippy1978 / jquery.scrollz

Modern scrolling for jQuery
GNU General Public License v2.0
81 stars 17 forks source link

load xml instead of tweets #7

Closed kuilbop closed 11 years ago

kuilbop commented 11 years ago

Hi Zippy,

Amazing script, but i struggled a bit with your script to modify it to load an xml feed. I would love to load it with this xml feed. http://www.rtl.nl/service/rss/rtlnieuws/index.xml This is a dutch news feed that i want to use and update with your pull refresh script.

I hope that you can help me with that.... i'm not an expert.

zippy1978 commented 11 years ago

Hi If you want to handle XML instead of JSON : jQuery can handle it too. Have a look at http://api.jquery.com/jQuery.parseXML/