Displaying 2 results from an estimated 2 matches for "q_item".
Did you mean:
_item
2006 Jun 06
0
Get value from form using rjs, and problem with Safari
...he value which is selected when the onchange event occurs
using RJS?
View:
<%= javascript_include_tag :defaults %>
<h1>Test for Safari</h1>
%= form_tag :action => ''do_something'', :id => @survey %>
<div id="form1_1">
<%= q_item(1, 1)%>
</div>
<div id="form1_2">
<%= text_area("row1", "col2", { :cols => "20", :rows => "3" }) %>
<div class="change">
<%= link_to_remote("change",...
2006 Jun 06
1
Getting value of form using Ajax (and problems with Safari)
...s selected when the onchange event occurs
using RJS?
Thanks,
- Jens
View:
Code:
<%= javascript_include_tag :defaults %>
<h1>Test for Safari</h1>
%= form_tag :action => ''do_something'', :id => @survey %>
<div id="form1_1">
<%= q_item(1, 1)%>
</div>
<div id="form1_2">
<%= text_area("row1", "col2", { :cols => "20", :rows => "3" }) %>
<div class="change">
<%= link_to_remote("change",
:url => { :action => :c...