[jQuery] Re: $.ajaxSetup and timeout

2007-04-10 Thread emi polak
That solved the problem in a beautiful way! I guess it's better to rely on plain javascript for quick solutions, where jquery documentation isn't rich in examples and explanations yet :) The jHeartbeat plugin you pointed me at looks interesting too, THANK YOU Jörn! On 4/10/07, Jörn Zaefferer <[EM

[jQuery] Re: $.ajaxSetup and timeout

2007-04-10 Thread Jörn Zaefferer
emi polak schrieb: Hello, I want to load some html content that changes over time, so I need to poll the server for changes from time to time. Could anyone point me to an example of how to do this? The documentation I found contains no example... I tried the following: $.ajaxSetup( { tim