Update partial after submit need Help

hi

here i have a todo manager. i’m render the whole todo with a partial.
after i submit a new todo how can i refresh the todo partial
samethin lik this

<%=render :partial=>"todos" %>
-- here my new todo submit form

after the new todo submit form submition i need to refresh the partial
todos

Hi
first of all give an id to the div and then update it

Sijo