Displaying 1 result from an estimated 1 matches for "remote_opt".
Did you mean:
remote_open
2006 Jul 10
2
inline javascript in partials
When rendering the following partial, the <script> block isn''t getting
rendered at all. Does rails strip this out or is it some limitation of
the browser?
<% remote_options = {
:update => update,
:with => "Form.serialize(''#{form}'')",
:url => { :action => "process_multiple" }
} %>
<% do_before ||= nil %>
<% click_fn = "on_#{form}_#{button}_clicked()" %>
<script language="javascript&...