% form_remote_tag :url => comments_path(@article),
:position => :bottom,
:update => {:success => 'commentList'},
:loading => "loading()",
:complete => "complete(request)",
:failure => "failure(request)",
:html => {:id => 'commentform', :class => 'comments' } \
do %>
<% end %>