Displaying 1 result from an estimated 1 matches for "midcol".
Did you mean:
midco
2006 Apr 07
3
RJS removing content of div, but not div itself
..._line_form.rhtml ----------------------
<div id = item<%= @ingredient.id %> class = Listline<%= session[:toggle_color] = 1 - session[:toggle_color].to_i %> >
<span class = ''leftcol''> <%= params[:name] %> </span>
<span class = ''midcol''> <%= params[:qty] %> </span>
<span class = ''rightcol''>
<%= link_to_remote("Delete",
:update => "item#{@ingredient.id}",
:url => {:action => ''delete'',
:id =&...