Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-14-2008, 04:12 AM   PM User | #1
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
RSS From jquery

If I set up an rss cache on a server, as done in the rss puasing scroller from dynamic drive, is there a way to fetch it and display it using jquery logic? I am just beginning with jquery and cannot figure how to make this to work. Does anyone know an approach to doing this?

G
gorilla1 is offline   Reply With Quote
Old 10-14-2008, 04:37 AM   PM User | #2
WA
Administrator


 
Join Date: Mar 2002
Posts: 2,596
Thanks: 2
Thanked 19 Times in 18 Posts
WA will become famous soon enough
I assume you're talking about this script. Looking at the source, the script returns the RSS data as a JavaScript array, so jQuery wouldn't really be all that useful in parsing that data versus just using standard JavaScript.
__________________
- George
- JavaScript Kit- JavaScript tutorials and 400+ scripts!
- JavaScript Reference- JavaScript reference you can relate to.
WA is offline   Reply With Quote
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
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:31 PM.


Advertisement
Log in to turn off these ads.