Possible Duplicate:
Retrieve a cross domain RSS(xml) through Javascript
Hey,
I'm creating a website and I need to display a couple RSS feeds. I noticed XMLHttpRequest() doesn't support cross-domain requests. How can I do it with Javascript or jQuery?
Thanks!