I am trying to accomplish delete in page which is filled with data by ajax call. my page has this before data is loaded:
Use something like this to call dynamically added class
$('.class').live("click", function(){ $('#id').remove(); });