[Proto-Scripty] Re: Strange ajax behaviour with effect.morph

2011-01-27 Thread Luke
Hi Rey, you shouldn't use timers for this - you canot be sure when an ajaxrequest has finished loading. There are parameters both in the ajax-methods and in morph that take functions that will be called on a specific event like when the ajax-call has been loaded (these are called callbacks).

Re: [Proto-Scripty] Re: Strange ajax behaviour with effect.morph

2011-01-27 Thread Richard Quadling
On 27 January 2011 13:47, Luke kickingje...@gmail.com wrote: Hi Rey, you shouldn't use timers for this - you canot be sure when an ajaxrequest has finished loading. There are parameters both in the ajax-methods and in morph that take functions that will be called on a specific event like when