Displaying 1 result from an estimated 1 matches for "update_div_id".
2008 Feb 13
6
trouble updating partial from collection
...n =>
''year_selection_changed'',
:product_id
=> product.id,
:company_id
=> @company.id,
:update_div_id
=> dom_id(product) },
:with =>
"''year=''+value")
-%>
that dom_id(product) is a helper that gives the div a unique "id". The
same helper is used to give the div its unique id,...