I have the following markup
@qItem.CategoryText
$(document).on("click", ".deleteIcon", function() { doActionB(); });
This method is the only one I found to work with nested elements, especially those generated by a library such as Pivottable (https://github.com/nicolaskruchten/pivottable)