``javascript,$("#tableId").on("click", "button.deleteRow", function() {, $(this).closest("tr").remove();,});,,$("#tableId").on("click", "button.deleteCol", function() {, var index = $(this).……