Displaying 1 result from an estimated 1 matches for "home_montag".
Did you mean:
home_montage
2007 Aug 25
5
onLoad event with an update function
Hello,
I am using the following code:
new Ajax.Request(''ajax.php'',
{ parameters: { task: ''home'' },
onSuccess: function(transport)
{
$(''home_montage'').update(transport.responseText);
new Effect.Appear( ''home_montage'',
{ duration: 3,
from: 0,
to: 0.8,...