Re: [jQuery] $.ajax and $.get

2009-11-27 Thread Wayne Tong
Hi Michael, It is one of our internal server here, and don't think you will have access to it, see the message it returns when I use $.ajax in IE8, it returns: data: [object Object] textStatus: success something: undefined in Firefox 3.5 it returns: XMLHttpRequest: [object XMLHttpRequest] textSt

Re: [jQuery] $.ajax and $.get

2009-11-27 Thread Michael Geary
If you would post a link to a test page, I'm sure someone can tell you what's wrong. Without that, we have to start playing 20 Questions. :-) First questions: 1) What is the response from the server in both cases? 2) Install Fiddler2 [*] and have it log the session. What does it show? -Mike [

[jQuery] $.ajax and $.get

2009-11-27 Thread Wayne Tong
Hi Guys, Need some help on $.get or $.ajax, I have the following code that will send request to server then get either JSON or XML data back, but it seems only working in IE8, not working in Firefox 3.5, In IE8, it returns: data: [object Object] textStatus: success something: undefined in Firefo

[jQuery] ajax() and get() not working, only load(). Why?

2007-10-20 Thread bro
Hi, I'm not sure what i'm doing wrong. However, with this it works $("#About").click(function() { $("#content").load( "getthis.txt", function(){