Re: [jQuery] Problem about ajax readyState

2006-12-17 Thread Cheng Zhang
You can always google it if you don't know what that mean.

在 2006-12-12,下午11:41,齐永恒 写道:

 a utility like Ethereal ? i am sorry , i can not know your mean.

 2006/12/12, Dave Methvin [EMAIL PROTECTED]:
  i use jQuery ajax , in some times, the ajax submit was wrong,
  but some time,it is right. so i log the trace.
 Jake, can you log a network trace with a utility like Ethereal?

-Cheng Zhang
Gentoo/PostgreSQL/Lighttpd/Python/Django/jQuery Powered
(Web) http://www.aragonconsultinggroup.com
http://www.ifaxian.com
1st Django powered site in Chinese ;-)
http://www.aiyo.cn
Our 2nd Django powered site in Chinese


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Problem about ajax readyState

2006-12-12 Thread Mike Alsup
 the same post content, i don't know why the result have different. please
 help me

Try printing out the status attribute of the XMLHttpRequest object.
That might give you an idea of why it's failing.

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Problem about ajax readyState

2006-12-12 Thread Dave Methvin
 i use jQuery ajax , in some times, the ajax submit was wrong, 
 but some time,it is right. so i log the trace.

Jake, can you log a network trace with a utility like Ethereal?
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Problem about ajax readyState

2006-12-11 Thread 齐永恒

Hi .
i use jQuery ajax , in some times, the ajax submit was wrong, but some
time,it is right.
so i log the trace.
good stat log:

xml.readyState:1
istimeout:undefined
jQuery.ajax(options) end
Wait for a response to come back and istimeout:undefined
xml:
xml.readyState:2
istimeout:undefined
Wait for a response to come back and istimeout:undefined
xml:
xml.readyState:3
istimeout:undefined
Wait for a response to come back and istimeout:undefined
xml:
xml.readyState:4
istimeout:undefined
requestDone: false
status:success

wrong statues log:
xml:
xml.readyState:1
istimeout:undefined
jQuery.ajax(options) end
Wait for a response to come back and istimeout:undefined
xml:
xml.readyState:4
istimeout:undefined
requestDone: false
status:error
error process begin

the same post content, i don't know why the result have different. please
help me
--
yours Forever
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/