Effect.appear

Hi all,

Is there a way to use the onLoad event of a page to start the
Effect.appeareffect?

I’m trying like this, unfortunatly this does not work:

<%= javascript_include_tag :defaults %> My Body

Any idea how to get this to work?

Kind regards,

Harm de Laat

I am not sure that an effect on body works
you should do something like

<%= javascript_include_tag :defaults %>
My Body

Le 17 avr. 06 à 13:48, Harm de Laat a écrit :