[jQuery] Re: ajax timeout question

2009-03-25 Thread Martijn Houtman
On Mar 25, 2009, at 4:32 AM, comslash.com wrote: I believe you can set the value to null or 0 to not have the request time out ... but you may want to implement something on error instead of this to say attempt the search again x times then print msg server is busy or something along those line

[jQuery] Re: ajax timeout question

2009-03-24 Thread Mathew
nice, i should have tired that i guess. still learning i got it woring just as i wanted thank you On Mar 24, 10:32 pm, "comslash.com" wrote: > Mathew, > > I believe you can set the value to null or 0 to not have the request > time out ... but you may want to implement something on error instead

[jQuery] Re: ajax timeout question

2009-03-24 Thread comslash.com
Mathew, I believe you can set the value to null or 0 to not have the request time out ... but you may want to implement something on error instead of this to say attempt the search again x times then print msg server is busy or something along those lines. On Mar 24, 10:51 pm, Mathew wrote: >