[jQuery] Re: jQuery ajax - can i know if the server is alive ?

2009-07-12 Thread Steven Yang
I dont believe there is a way to tell whether the server is alive or not before you try to connect to it. if you listen on the jQuery Ajax event "ajaxError" you will be able to get the HttpStatus from the request object. I am not sure which code means the server is down, but you will be able to te

[jQuery] Re: jQuery ajax - can i know if the server is alive ?

2009-07-12 Thread Veeru
anybody?