Thread: RSS From jquery
View Single Post
Old 10-15-2008, 03:14 PM   PM User | #3
gorilla1
Regular Coder

 
Join Date: Jun 2002
Posts: 544
Thanks: 0
Thanked 0 Times in 0 Posts
gorilla1 is an unknown quantity at this point
Thanks much WA. Yes, that is the script. OK, the difficulty i have is that I am working in an environment where I cannot insert the javascript within the actual body of the page as it is done in that example. I cannot do so because the page is dynamically loaded elsewhere and I cannot alter the page content. So I need to use a routine within document onload (with jquery that would be document.ready) and handle the rss data and write it to the document. (I tried appending the javascript code to the document via jquery but that did not work).

G
gorilla1 is offline   Reply With Quote