[jQuery] Re: problem displaying ajax data in Firefox (not IE, chrome)

2009-05-30 Thread peter websdell
Thanks for the replies chaps. I tried Firebug, but I'm not experienced with it and couldn't quite make sense of it. I also changed the requst to $.ajax, which didn't fix it. HOWEVER Using firebug I did notice that the html code was returned, but that firefox would not display it. Then I realised

[jQuery] Re: problem displaying ajax data in Firefox (not IE, chrome)

2009-05-29 Thread waseem sabjee
try using the $.ajax() instead On Fri, May 29, 2009 at 9:51 PM, James wrote: > > It's difficult to debug just looking at the code. Do you think you > could set up a test page? > Have you tried using Firebug for Firefox to see that the request is > working, and it's just the inserting into the DO

[jQuery] Re: problem displaying ajax data in Firefox (not IE, chrome)

2009-05-29 Thread James
It's difficult to debug just looking at the code. Do you think you could set up a test page? Have you tried using Firebug for Firefox to see that the request is working, and it's just the inserting into the DOM that's the issue? Have you tried instead of setting the response 'data', try setting so