Phonegap RSS feeds, Javascript

前端 未结 5 1743
故里飘歌
故里飘歌 2020-12-15 14:46

I need to write a PhoneGap application (with HTML5 and JS, I don\'t need compatibility with IE) with AJAX so that it reads an RSS feed and looks up some specific information

5条回答
  •  甜味超标
    2020-12-15 15:08

    This question is old, but can be helpful to solve it in 2014 ;-).

    I test many jQuery plugin to include a RSS reader, but the only this work like a charme in 1mn is zrssfeed

    Just add the call (after call jquery and jquery mobile) in the header:

    
    

    And after start th jquery call like this :

    
    

    I hope this help, Mike

提交回复
热议问题