I am trying to accomplish delete in page which is filled with data by ajax call. my page has this before data is loaded:
$('#ShowSelectedCategories').on('click', '.DeleteCat', function(e){ $(this).remove(); e.preventDefault(); });
http://jsfiddle.net/Dj5NQ/