In jQuery, I have a somewhat simple script with pre-made css classes, but no css formatting here.
I was hoping to simply add more fields to the list. I stored the list item inside taskItem and logged it to make sure the html is correct. However, nothing appears on my list.
Thank you.
You forgot to
clonethe element before appending. Otherwise you just append the same element.DEMO: http://jsfiddle.net/nSscK/3/