1
これらのJS呼び出しをキューに入れたいとします。これはRailsヘルパーで行うことができますか?Railsヘルパーを使用してJSをキューに入れる方法
render :update do |page|
page.replace_html replace_html 'notice', flash[:notice]
page.visual_effect :blind_down, "notice", :duration => 0.5
page.visual_effect :blind_up, "notice", :duration => 0.5
end
ありがとうございます。