I was just refreshing my JavaScript/Jquery skills and I thought of making a basic todo app. I’ve figured out how to create elements with input from the user via a textbox. All these list elements have a delete task link. I want it such that when a user click on that link it deletes the respective list item.
http://dl.dropbox.com/u/26335627/Projects/Todo%20App/index.html
Try something like the following: