search for: some_merk

Displaying 1 result from an estimated 1 matches for "some_merk".

Did you mean: some_mark
2006 Jan 20
1
Update HTML Element with Ajax
...l get <ul id="items"> <li id="item_1"><li id="item_1">...</li></li> <li id="item_2">...</li> ... </ul> Sure I can controll it in _item.rhtml partial like this _item.rhtml ------------------------ <% if some_merker %> <li id="<%= item.id %>" > <% end %> <%= item.name %> <%= item.body %> <% if some_merker %> </li> <% end %> and then set this merker=true for list-action and false for others, but it''s unelegant. Some Ideas? Sorry for...