Quantcast
Channel: Problems reading RSS feed with jQuery.get() - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by bbeckford for Problems reading RSS feed with jQuery.get()

Thanks to pokrate for pointing out that it was a cross-domain issue.For future reference I'm using a php proxy now to grab the rss and then jquery to process it.Here is the proxy (you need curl turned...

View Article



Answer by pokrate for Problems reading RSS feed with jQuery.get()

I tried this in IE and it worked ok.$(document).ready(function() { $.get('http://dev.chriscurddesign.co.uk/burns/p/rc_rss.php?rcf_id=0','xml' , function(data) { alert(data); }); });This wont work in...

View Article

Answer by Shay Erlichmen for Problems reading RSS feed with jQuery.get()

Just use jFeed instead, this will make you code a lot simpler.

View Article

Problems reading RSS feed with jQuery.get()

I've been pulling my hair out trying to use jQuery.get() to pull in my dynamically generated RSS feed and I'm having nothing but issues, is my RSS feed the wrong format? If so can I convert it to the...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images