Saturday, May 31, 2008

Rails link_to_remoteでmouseover

 link_to_remote "#{d[0].day}", {:update => 'deadline' , :url => {:action => 'deadline', :id => d[0]}}, {:onmouseover => "alert('hello')" }
curly braceが必要

No comments: