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
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
[
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
Hi,
I'm not sure what i'm doing wrong. However, with this it works
$("#About").click(function() {
$("#content").load(
"getthis.txt",
function(){
4 matches
Mail list logo