RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lnr91
Never mind.. I just understood it.
I have been trying to understand this code for the past few hours $('#edit_task_<%= @task.id %>').appendTo('#complete_tasks'); From where do we get the "edit-task-" div ? Please help
$('#edit_task_<%= @task.id %>').appendTo('#complete_tasks');
Never mind.. I just understood it.
I have been trying to understand this code for the past few hours
$('#edit_task_<%= @task.id %>').appendTo('#complete_tasks');
From where do we get the "edit-task-" div ? Please help