search for: getjsonrpc

Displaying 1 result from an estimated 1 matches for "getjsonrpc".

2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
...is to do a visual effect will doing an ajax request because the user didn''t think that he is waiting for something. So, In a timeout function, I create an Effect and an AJAX call: ... Effect.MoveBy( ... ); ... Then do an AJAX Call ... setTimeout(function(){ getJsonRPC().callMyFunction(); },30); ... Unfortunately, the effect doesn''t display on the screen, it is just freeze. I''ve try this with combinaison of setTimeout() on Effect, Ajax, both, none, it never works. Is there a solution to force refresh ? Best regards, -- Jean-Philippe En...