Quantcast
Channel: How to get img src out of RSS with JavaScript? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Frogmouth for How to get img src out of RSS with JavaScript?

Try this code, instead yours:in Wordpress:var image_URLs = [];$.ajax({ url : "news.xml", //async : false, //uncomment fot sync use success : function(data){ data = $(data);...

View Article



Answer by brandelizer for How to get img src out of RSS with JavaScript?

write the xml in a js variable and then you have to use:var myXML = ....var split1 = myXML.split('url="');......Or you use jQuery.

View Article

How to get img src out of RSS with JavaScript?

I would like to know how I can take the img src out of a item in RSS. I'm using HTML and JavaScript to read out the tags.HTML & JAVASCRIPT:<html><body><script> if...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images