|
Неучтенное: <%= text_area_tag "search_"+count, "", :style =>"width: 35em; height: 5em;" %>
|
<%= text_field_tag "materials_count_"+count, '', :size => 5, :class => 'count' %><%= hidden_field_tag "materials_name_"+count %>
|
<%= button_to_function '+', "setCountNew($(this), '1', 'plus')" %>
<%= button_to_function '-', "setCountNew($(this), '1', 'minus')" %>
|