cordova - phonegap JQUERY.GET() doesnt work on blackberry app -


im developing phonegap xml data remote site. code works on riple simulator not work on blackberry app

any idea how solve problem ?

here 's code

jquery.get(rss, {}, function(res, code) { entries = []; var xml = $(res); var items = xml.find("artikel"); jquery.each(items, function(i, v) { entry = {    title:$(v).find("title").text(),  subtitle:$(v).find("subtitle").text()      };         entries.push(entry); }); 


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -