Would it be possible to use this with nested items?
IE I have a view setup with many Todo Lists and I'd like to be able to add Todo Items under those lists dynamically. (basically how a todo list works at Basecamp)
I have the proper associations taken care of, so I can add Todo Items to Todo Lists via the HTML form, but can't figure out how to pass the todo_list_id through jquery to use the remote option.
Would it be possible to use this with nested items?
IE I have a view setup with many Todo Lists and I'd like to be able to add Todo Items under those lists dynamically. (basically how a todo list works at Basecamp)
I have the proper associations taken care of, so I can add Todo Items to Todo Lists via the HTML form, but can't figure out how to pass the
todo_list_id
through jquery to use the remote option.Thanks, after banging my head on the wall for too long this saved me! :)