i just want to create with Ror an event when a the mouse is over an
element. Is there any helper function like link_to_remote that
generates the code....
I need something like this
<div onMouseOver="<%= function_i_need
'div_i_want_to_update', :url=>{:action=>'list'} %>" >
Some text
</div>
cfingerh,
> i just want to create with Ror an event when a the mouse is over an
> element. Is there any helper function like link_to_remote that
> generates the code....