[jQuery] Re: RSS Feed Aggregator with $.ajax

2009-02-02 Thread anthonyb
Curious if I could get some more input on weather or not this script is written correctly.. thanks On Jan 31, 9:59 pm, anthonyb wrote: > Hi Richardo, > > Thanks for the help, ive been messing around with what you provided > and cant seem to get it running.. > > Anything im doing wrong?

[jQuery] Re: RSS Feed Aggregator with $.ajax

2009-01-31 Thread anthonyb
Hi Richardo, Thanks for the help, ive been messing around with what you provided and cant seem to get it running.. Anything im doing wrong?

[jQuery] Re: RSS Feed Aggregator with $.ajax

2009-01-31 Thread Ricardo Tomasi
Is that actually working? XPath selectors are not supported in jQuery anymore. Make it simple: $(function() { $.ajax({ type: "GET", url: "http://anthonyjamesbruno.com/blog/?feed=rss2";, dataType: "xml", success: function(rss) { strRSS = "" + $("/rss/channel/title",rss).te

[jQuery] Re: RSS Feed Aggregator with $.ajax

2009-01-31 Thread anthonyb
Ive been editing this a little bit and thought that what i have below would work. but it doesn't. $(function() { $.ajax({ type: "GET", url: "http://anthonyjamesbruno.com/blog/?feed=rss2";, dataType: "xml", success: function(rss) { strRSS = "" + $("