search for: todohandl

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

Did you mean: todohandle
2007 Aug 29
0
sortable_element :onUpdate
First time poster - hope I''ve done sufficient homework to get more than an rtfm: In my view, I have a <ul> list wherein each list element is identified with an id, thusly: <ul id="todoHandle"> <% for task in @tasks %> <li id="task_<%=task.id%>"> <%= task.Description %> </li> <% end %> </ul> Next I have a sortable that is intended to make a callback after things are updated: <%= sortable_element...