Displaying 1 result from an estimated 1 matches for "input_here".
Did you mean:
input_core
2006 Apr 10
3
form_remote_tag : additional onsubmit funct. possible ?
...nough for a user
to think they need to re-press it ).
example:
<div id="form_container">
<%= form_remote_tag :url => { :action => ''do_stuff'', :id => @stuff.id }
%>
<%= hidden_field_tag "info", @info %>
<%= text_field_tag "input_here", "0", :size => ''5'' %>
<input type="submit" value="DO_STUFF">
</form>
</div>
---
How would I modify the above ( if possible ) to add javascript to set
form_container to hide?
Thank You for any suggestions you can off...