$(".delete").live('click', function(event) { $(this).parent().parent().remove();});
wat is the role of the event argument passed here. also wat does 'live()' do?