"onload" event handler inside a div

Dave wrote:

Hi. I need help on what is essentially putting an "onload" event handler into a div. I am using render :partial and when the partial is loaded, I would like the divs to show using an effect from a library such as scriptaculous or moofx. However, there is no "onload" for a div. I was wondering what alternative methods I should use to achieve this.

Thanks!

I'm wondering about this meself. Does anyone have ideas on this? I have the effect working if I do "onClick", but how can I get the effect to work with "onLoad" for a div?