[jQuery] Removing dynamically inserted html

2009-06-04 Thread http://kristiannissen.wordpress.com
Why isn't this code working? I can add items but only remove the ones originally added in the source code, not the ones dynamically added. Remove this item Remove this item Add item to list // Add item to l

[jQuery] Removing dynamically inserted html

2009-06-04 Thread kristian
I'm trying to dynamically create and remove items from a list, it works just fine... sort of, I can remove items, and create items, but once an item has been created, I cannot remove it again, but I can remove the items present when the page loads. Here is my code Remo